zephyr/lib/libc/minimal/source
Nicolas Pitre ff7e4e69c8 realloc(): fix possible memory leak
If size is equal to zero, and ptr is not NULL, then the call must be
equivalent to free(ptr).

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-07-12 14:08:02 -07:00
..
stdlib realloc(): fix possible memory leak 2019-07-12 14:08:02 -07:00
stdout cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
string libc: fix memchr() prototype 2019-07-10 13:42:31 -07:00