Files
u-boot-krane/cmd
Naveen Kumar ChaudharyandTom Rini f7b525a8bc cmd: mbr: return false instead of NULL from bool found_key()
found_key() is declared to return bool but returns NULL when strdup()
fails. NULL is a pointer constant; while it happens to convert to
zero (i.e. false) it is a type mismatch that trips stricter
compilers/static analysers.

Return false to match the declared return type.

Signed-off-by: Naveen Kumar Chaudhary <naveen.osdev@gmail.com>
2026-07-23 15:16:09 -06:00
..
2026-06-25 14:13:34 -06:00
2026-04-22 14:23:49 -06:00
2026-03-18 13:07:36 -06:00
2026-05-12 15:52:01 +02:00
2025-12-30 11:22:57 -06:00
2026-04-08 11:07:00 -06:00