diff --git a/Silicon/NVIDIA/Library/PlatformBootManagerLib/PlatformBm.c b/Silicon/NVIDIA/Library/PlatformBootManagerLib/PlatformBm.c index fe5e0d1ddd..0fcd07d10d 100644 --- a/Silicon/NVIDIA/Library/PlatformBootManagerLib/PlatformBm.c +++ b/Silicon/NVIDIA/Library/PlatformBootManagerLib/PlatformBm.c @@ -1107,7 +1107,7 @@ DisplaySystemAndHotkeyInformation ( EFI_GRAPHICS_OUTPUT_PROTOCOL *GraphicsOutput; EFI_GRAPHICS_OUTPUT_BLT_PIXEL Black; EFI_GRAPHICS_OUTPUT_BLT_PIXEL White; - CHAR16 Buffer[100]; + CHAR16 Buffer[150]; UINTN CharCount; UINTN PosX; UINTN PosY;