1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-fmt
Vincent Dupont 43a902b1ab sys/fmt: fix overflow in fmt_u32_dec()
If the value was 10 digits long it caused an overflow in the multiply loop.
The case is now tested before looping over.
2017-12-07 17:48:05 -08:00
..
Makefile sys: fmt: add basic unittests for fmt 2015-10-29 19:18:24 +01:00
Makefile.include sys: fmt: add basic unittests for fmt 2015-10-29 19:18:24 +01:00
tests-fmt.c sys/fmt: fix overflow in fmt_u32_dec() 2017-12-07 17:48:05 -08:00
tests-fmt.h *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00