mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-23 09:12:59 +08:00
calloc() can fail and return NULL. The patch is checking return value and return in case of error. Signed-off-by: Michal Simek <michal.simek@xilinx.com>