mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 12:10:00 +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>