1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-17 16:02:33 +02:00
Files
u-boot-megous/common
Simon Goldschmidt f3da76ea8b malloc_simple: calloc: don't call memset if malloc failed
malloc_simple() can return 0 if out of memory. Don't call memset
from calloc() in this case but rely on the caller checking
the return value.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
2018-08-24 13:20:19 -04:00
..
2018-06-19 07:31:45 -04:00
2018-06-13 07:49:13 -04:00
2018-08-20 07:21:29 -04:00
2018-06-05 20:19:08 -04:00