1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ubjson
René Kijewski 80fe12e483 ubjson: initialize variable in error case too
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.
2015-08-25 21:17:30 +02:00
..
Makefile Add UBJSON library 2014-12-03 20:42:51 +01:00
ubjson-internal.h Add UBJSON library 2014-12-03 20:42:51 +01:00
ubjson-read.c ubjson: initialize variable in error case too 2015-08-25 21:17:30 +02:00
ubjson-write.c Add UBJSON library 2014-12-03 20:42:51 +01:00