We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf3210 commit abe8f0aCopy full SHA for abe8f0a
drivers/bus/pcix/init.c
@@ -733,7 +733,7 @@ DriverEntry(IN PDRIVER_OBJECT DriverObject,
733
/* Open the PCI key */
734
InitializeObjectAttributes(&ObjectAttributes,
735
RegistryPath,
736
- OBJ_CASE_INSENSITIVE,
+ OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE,
737
NULL,
738
NULL);
739
Status = ZwOpenKey(&KeyHandle, KEY_QUERY_VALUE, &ObjectAttributes);
drivers/bus/pcix/utils.c
@@ -177,7 +177,7 @@ PciOpenKey(IN PWCHAR KeyName,
177
RtlInitUnicodeString(&KeyString, KeyName);
178
179
&KeyString,
180
181
RootKey,
182
183
0 commit comments