mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-01 20:11:25 +01:00
- Check return value of fdt_getprop for NULL. - Return -EFAULT if 'algo' property is missing. - Prevent NULL pointer dereference in strcmp." Triggers found by static analyzer Svace. Signed-off-by: Anton Moryakov <ant.v.moryakov@gmail.com>