[PATCH 02/03 v5] ntoskrnl.exe: Track drivers created with IoCreateDriver

Aric Stewart aric at codeweavers.com
Mon Jul 25 07:24:50 CDT 2016


v2: Suggestions from Sebastian Lackner including locking
v3: be sure to free DriverName and remove duplicate driver_name
v4: Use a rb_tree instead of a list, since this will be used for searching
    far more than iterating
v5: Corrections found by Thomas Faber

Signed-off-by: Aric Stewart <aric at codeweavers.com>
---
 dlls/ntoskrnl.exe/ntoskrnl.c | 108 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 90 insertions(+), 18 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-ntoskrnl.exe-Track-drivers-created-with-IoCreateDriver.txt
Type: text/x-patch
Size: 5751 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160725/3c7a5811/attachment.bin>


More information about the wine-patches mailing list