diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/boot-efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/boot-efi.c b/src/boot/boot-efi.c index 426652595e..bd0c59bd5a 100644 --- a/src/boot/boot-efi.c +++ b/src/boot/boot-efi.c @@ -50,7 +50,7 @@ static char *tilt_slashes(char *s) { } static int get_boot_entries(struct boot_info *info) { - uint16_t *list; + uint16_t *list = NULL; int i, n; int err = 0; |