mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-11 19:51:24 +01:00
tmp_buffer is allocated using malloc but failure is not handled. This commit ensures that we do not use a NULL pointer if malloc fails. Signed-off-by: Francois Berder <fberder@outlook.fr>