mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-11 14:03:56 -04:00
26c484d668
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>