mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-15 11:20:28 +00:00
Setting sblk = NULL has no effect on the caller. We want to set *sblk = NULL if an error occurrs to avoid usage after free. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>