Files
u-boot/common
Michal Simek 0fd32094c0 bloblist: fix pointer comparison in bloblist_apply_blobs()
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".

Addresses-Coverity-ID: CID 645841: Incorrect expression (BAD_COMPARE)
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Raymond Mao <raymondmaoca@gmail.com>
2026-05-04 12:58:44 -06:00
..
2026-04-27 11:26:40 -06:00
2026-04-22 14:23:49 -06:00
2024-11-03 21:27:12 -06:00
2025-07-28 08:53:20 -06:00
2026-04-22 14:23:49 -06:00
2025-04-08 16:23:51 -06:00
2026-04-22 14:23:49 -06:00
2025-12-04 09:38:58 -06:00
2024-07-15 12:12:17 -06:00
2024-07-15 12:12:17 -06:00
2025-01-26 11:06:56 +01:00
2026-04-17 08:02:42 +02:00
2025-06-23 16:15:23 -06:00
2024-07-15 12:12:17 -06:00