Commit in reactos/ntoskrnl/io on MAIN
driver.c+4-11.36 -> 1.37
- Lower IRQL in error case of IoAllocateDriverObjectExtension.

reactos/ntoskrnl/io
driver.c 1.36 -> 1.37
diff -u -r1.36 -r1.37
--- driver.c	14 Mar 2004 17:10:48 -0000	1.36
+++ driver.c	19 Mar 2004 17:37:57 -0000	1.37
@@ -1,4 +1,4 @@
-/* $Id: driver.c,v 1.36 2004/03/14 17:10:48 navaraf Exp $
+/* $Id: driver.c,v 1.37 2004/03/19 17:37:57 navaraf Exp $
  *
  * COPYRIGHT:      See COPYING in the top level directory
  * PROJECT:        ReactOS kernel
@@ -1280,7 +1280,10 @@
    {
       if (DriverExtensions->ClientIdentificationAddress ==
           ClientIdentificationAddress)
+      {
+         KfLowerIrql(OldIrql);
          return STATUS_OBJECT_NAME_COLLISION;
+      }
    }
 
    DriverObject->DriverSection = NewDriverExtension;
CVSspam 0.2.8