1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-11 14:03:56 -04:00
Files
sdrangel/sdrbase
Robin Getz 26c484d668 aprs: Fix out-of-bounds access when parsing BITS telemetry
cppcheck reported a possible out-of-bounds access in the BITS telemetry
message parser. The bounds check was reversed, causing m_message[i] to
be accessed when i was beyond the end of the string.

Correct the condition so missing bit sense values continue to use the
existing default value.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-01 23:26:54 -04:00
..
2026-03-25 19:06:11 +00:00
2024-09-05 13:37:46 +03:00
2024-10-21 17:09:32 +01:00