mirror of
https://xff.cz/git/u-boot/
synced 2025-10-13 14:01:09 +02: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>