
24 Aug
2018
24 Aug
'18
10:10 p.m.
On Thu, Aug 16, 2018 at 09:50:32AM +0200, Simon Goldschmidt wrote:
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
Applied to u-boot/master, thanks!
--
Tom