Skip to content

Commit

Permalink
Fixed the SYSTEM_SERVICE_EXCEPTION BSoD caused by NdisFOidRequest cal…
Browse files Browse the repository at this point in the history
…l, this may help to fix the BAD_POOL_CALLER BSoD (I said "may" because this BSoD can't be reproduced).
  • Loading branch information
hsluoyz committed Dec 29, 2015
1 parent 9a0e8be commit 8339639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packetWin7/npf/npf/Openclos.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ NOTE: Called at PASSIVE_LEVEL and the filter is in paused state
KeSetEvent(GroupOpen->ReadEvent, 0, FALSE);
}

//NPF_RemoveFromOpenArray(Open);
NPF_RemoveFromOpenArray(Open); //Must add this, if not, SYSTEM_SERVICE_EXCEPTION BSoD will occur.
NPF_CloseBindingAndAdapter(Open);
//NPF_ReleaseOpenInstanceResources(Open);
//ExFreePool(Open);
Expand Down

0 comments on commit 8339639

Please sign in to comment.