some arc names might be longer than 100 characters, increase the buffer size to 255...
authorThomas Bluemel <thomas@reactsoft.com>
Wed, 21 Sep 2005 17:57:07 +0000 (17:57 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Wed, 21 Sep 2005 17:57:07 +0000 (17:57 +0000)
svn path=/trunk/; revision=17971

reactos/ntoskrnl/io/arcname.c

index 0e0b451..4f0b154 100644 (file)
@@ -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;