Increase buffer size
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 32s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
Rafal Kupiec 2024-01-03 15:51:26 +01:00
parent e0b31ad945
commit 8ccf37a1c1
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -147,7 +147,7 @@ BlLoadModule(IN PWCHAR ModuleName)
PXTBL_MODULE_DEPS ModuleDependencies;
PXTBL_MODULE_INFO ModuleInfo;
PLIST_ENTRY ModuleListEntry;
WCHAR ModuleFileName[12];
WCHAR ModuleFileName[24];
USHORT SectionIndex;
SIZE_T ModuleSize;
EFI_STATUS Status;