mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-21 16:24:39 +00:00
![]() The code in the next block suggests that it is possible for .set to be true but .arg may still be NULL. This code assumes that it is never NULL, yet later is testing if it is NULL - that is inconsistent. So we should check first if .arg is not NULL, and remove this check that is being flagged by Coverity since it is no longer required. Fixes: CID 292471 Signed-off-by: Darren Kenny <darren.kenny@oracle.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> |
||
---|---|---|
.. | ||
coreboot | ||
pc | ||
bsd32.c | ||
bsd64.c | ||
bsd_pagetable.c | ||
bsd.c | ||
bsdXX.c | ||
linux.c | ||
multiboot_mbi.c | ||
xen_file32.c | ||
xen_file64.c | ||
xen_file.c | ||
xen_fileXX.c | ||
xen.c | ||
xnu.c |