mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-02-27 11:01:03 +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>