diff --git a/audit/ntoskrnl/io/pnpmgr.txt b/audit/ntoskrnl/io/pnpmgr.txt index 614ded9..c54509c 100644 --- a/audit/ntoskrnl/io/pnpmgr.txt +++ b/audit/ntoskrnl/io/pnpmgr.txt @@ -41,7 +41,7 @@ Info: Searches BusTypeGuid entry in the IopBusTypeGuidList list. If it is not found, create a new entry in the list and return its index Only ReactOS source code got in results of Google search. Function is heavily commented. There is a goto usage, however it's obvious and doesn't seem to come from reverse engineering. -Result: ? +Result: Probably clean (?) IopCreateDeviceNode() / IopFreeDeviceNode() Info: Google finds only ReactOS results. I haven't checked other information sources