mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
For an invalid input `ubjson_get_i32()` did not return a proper error code. Because of that `_ubjson_read_length()` could have operated on uninitialized data. Found via scan-build.