ardupilot/libraries/AP_HAL/utility
Andrew Tridgell d22d6f8689 AP_HAL: fixed a logic bug in the srxl state machine
when decoding invalid input the buflen could grow to beyond the buffer
size, overwriting the next block of memory. On Disco this ended up
overwriting the Perf::_instance variable, which led to a segmentation
fault
2017-01-31 10:02:07 +11:00
..
tests Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
BetterStream.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
dsm.cpp Remove stdbool.h include for C++ sources 2016-12-16 11:38:52 -08:00
dsm.h AP_HAL: moved dsm implementation into AP_HAL/utility 2015-12-27 16:12:27 +11:00
ftoa_engine.cpp AP_HAL: ftoa_engine: replace tabs with spaces 2015-12-27 15:58:12 -02:00
ftoa_engine.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
functor.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
getopt_cpp.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
getopt_cpp.h Remove stdbool.h include for C++ sources 2016-12-16 11:38:52 -08:00
OwnPtr.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
print_vprintf.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
print_vprintf.h AP_HAL: remove unused in_progmem flag to print_vprintf 2015-12-27 15:58:12 -02:00
Print.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
Print.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
RingBuffer.cpp RingBuffer: use explict "if" and return early 2016-10-27 10:35:01 -03:00
RingBuffer.h Remove stdbool.h include for C++ sources 2016-12-16 11:38:52 -08:00
Socket.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
Socket.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
sparse-endian.h AP_HAL: sparse-endian: unconditionally use byteswap.h 2016-07-08 19:49:32 -03:00
srxl.cpp AP_HAL: fixed a logic bug in the srxl state machine 2017-01-31 10:02:07 +11:00
srxl.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
st24.cpp Remove stdbool.h include for C++ sources 2016-12-16 11:38:52 -08:00
st24.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Stream.h Global: Adapt Stream class to be used with Ringbuffer 2016-08-03 01:44:02 -03:00
sumd.cpp Remove stdbool.h include for C++ sources 2016-12-16 11:38:52 -08:00
sumd.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
utoa_invert.cpp AP_HAL: support %lld and %llu in internal printf 2015-05-27 11:54:17 +10:00
xtoa_fast.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00