|
| From: | Alec Brown |
| Subject: | [PATCH 0/3] Clean up unused values |
| Date: | Sat, 20 Jan 2024 02:52:48 +0000 |
Coverity listed three unused value bugs in the GRUB. These patches help clean
up and remove these uneccessary bits of code.
The Coverity bugs being addressed are:
CID 428875
CID 428876
CID 428877
Alec Brown (3):
fs/jfs.c: Clean up redundant code
osdep/unix/getroot.c: Clean up redundant code
loader/i386/multiboot_mbi.c: Clean up redundant code
grub-core/fs/jfs.c | 1 -
grub-core/loader/i386/multiboot_mbi.c | 2 +-
grub-core/osdep/unix/getroot.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
| [Prev in Thread] | Current Thread | [Next in Thread] |