]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Allow for longer device paths in debug messages
authorb1f6c1c4 <b1f6c1c4@gmail.com>
Sun, 27 Dec 2020 00:15:54 +0000 (19:15 -0500)
committerMichael Brown <mcb30@ipxe.org>
Tue, 29 Dec 2020 13:16:22 +0000 (13:16 +0000)
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_debug.c

index 6515b92c893ac4c7135c4005cab5b15e725db3a6..967bb6182dc46df0289ab548829078e8d3a752fb 100644 (file)
@@ -374,7 +374,7 @@ void dbg_efi_protocols ( EFI_HANDLE handle ) {
 const __attribute__ (( pure )) char *
 efi_devpath_text ( EFI_DEVICE_PATH_PROTOCOL *path ) {
        EFI_BOOT_SERVICES *bs = efi_systab->BootServices;
-       static char text[256];
+       static char text[512];
        size_t len;
        CHAR16 *wtext;