From 3325430aeea8ea84a271dc2dfd5a6eda261064f7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 28 Nov 2009 15:14:47 +0000 Subject: - Fix insufficient buffer size for reading dual frequency NovaTel OEM4 range data PR: 140855 Submitted by: IPS FreeBSD --- astro/gpstk/files/patch-lib-rxio-NovatelData.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 astro/gpstk/files/patch-lib-rxio-NovatelData.hpp (limited to 'astro/gpstk/files/patch-lib-rxio-NovatelData.hpp') diff --git a/astro/gpstk/files/patch-lib-rxio-NovatelData.hpp b/astro/gpstk/files/patch-lib-rxio-NovatelData.hpp new file mode 100644 index 000000000000..8c26ee2117cd --- /dev/null +++ b/astro/gpstk/files/patch-lib-rxio-NovatelData.hpp @@ -0,0 +1,11 @@ +--- lib/rxio/NovatelData.hpp.FCS 2009-11-24 09:08:58.000000000 +1100 ++++ lib/rxio/NovatelData.hpp 2009-11-24 09:09:34.000000000 +1100 +@@ -165,7 +165,7 @@ + + private: + /// private data members +- unsigned char buffer[1024]; ///< buffer for raw data ++ unsigned char buffer[2048]; ///< buffer for raw data + + /// Reference GPS week, for OEM2, where the nav records require a GPS week, + /// but only the obs records have one, and then it is 10-bit. -- cgit v1.2.3