[PATCH] bloblist: fix pointer comparison in bloblist_apply_blobs()
Tom Rini
trini at konsulko.com
Mon May 4 22:36:14 CEST 2026
On Wed, 29 Apr 2026 08:29:53 +0200, Michal Simek wrote:
> The rec_from_blob() function returns a pointer, but the code was
> comparing it using "rec <= 0" which is incorrect for pointer types.
> Pointers should be compared using "== NULL" or "!= NULL".
>
>
Applied to u-boot/master, thanks!
[1/1] bloblist: fix pointer comparison in bloblist_apply_blobs()
commit: 0fd32094c04ff736977d88dea02c299a75965c4f
--
Tom
More information about the U-Boot
mailing list