mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 04:34:20 +08:00
some arc names might be longer than 100 characters, increase the buffer size to 255 characters for now to fix a buffer overflow during startup
svn path=/trunk/; revision=17971
This commit is contained in:
@@ -106,7 +106,7 @@ STATIC VOID INIT_FUNCTION
|
||||
IopEnumerateBiosDisks(PLIST_ENTRY ListHead)
|
||||
{
|
||||
RTL_QUERY_REGISTRY_TABLE QueryTable[2];
|
||||
WCHAR Name[100];
|
||||
WCHAR Name[255];
|
||||
ULONG AdapterCount;
|
||||
ULONG ControllerCount;
|
||||
ULONG DiskCount;
|
||||
|
||||
Reference in New Issue
Block a user