mirror of
https://git.proxmox.com/git/grub2
synced 2025-10-27 21:06:56 +00:00
The test of value for NULL before calling grub_strdup() is not required, since the if condition prior to this has already tested for value being NULL and cannot reach this code if it is. Fixes: CID 73659 Signed-off-by: Darren Kenny <darren.kenny@oracle.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> |
||
|---|---|---|
| .. | ||
| font.c | ||
| gfxmenu.c | ||
| gui_box.c | ||
| gui_canvas.c | ||
| gui_circular_progress.c | ||
| gui_image.c | ||
| gui_label.c | ||
| gui_list.c | ||
| gui_progress_bar.c | ||
| gui_string_util.c | ||
| gui_util.c | ||
| icon_manager.c | ||
| theme_loader.c | ||
| view.c | ||
| widget-box.c | ||