1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/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
..
fmt.c sys/fmt: fix overflow in fmt_u32_dec() 2017-12-07 17:48:05 -08:00
Makefile sys: fmt: initial commit of simple string formatting library 2015-10-29 19:18:24 +01:00