1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/OpenPilot/Modules
stac e2721136ae GPS: fix buffer overrun in nmeaProcess()
nmeaProcess was attempting to null-terminate the
NMEA sentence but was not considering that the
preceeding loop may have looped beyond the end
of the packet buffer.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@709 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-06-03 13:58:18 +00:00
..
Actuator OP-32 Flight Initial release of Actuator (ServoOut) and ManualControl (ServoIn) modules, still work in progress (not fully tested). 2010-05-17 01:58:38 +00:00
Altitude Flight/Altitude Update altitude object with new metafields, modified update rates in XML and flight s/w 2010-05-20 01:21:44 +00:00
Attitude Flight/Attitude Minor change in field names and task priority 2010-05-25 00:49:46 +00:00
Example Flight/UAVObjects Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:54:24 +00:00
GPS GPS: fix buffer overrun in nmeaProcess() 2010-06-03 13:58:18 +00:00
ManualControl Flight/ManualControl Added support for reversing inputs 2010-05-30 01:58:15 +00:00
MK/MKSerial Report attitude obj 2010-06-03 11:32:02 +00:00
System OP-4 Flight/ObjectPersistance Implemented saving/loading of individual objects from the SD card 2010-05-04 02:11:16 +00:00
Telemetry USB HID: basic COM functionality over USB HID 2010-05-24 16:33:40 +00:00