Sweden-Number/dlls/winebus.sys
Rémi Bernon db410052a3 winebus.sys: Unlink device before releasing it.
Otherwise the device will still be linked in the device list and any
thread iterating it to find a matching device will access stale pointer.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-17 00:43:52 +02:00
..
Makefile.in winebus.sys: Introduce new HID report descriptor helpers. 2021-08-12 17:30:21 +02:00
bus.h winebus.sys: Pass bus id instead of vtbl to lookup functions. 2021-08-17 00:43:36 +02:00
bus_iohid.c winebus.sys: Pass bus id instead of vtbl to lookup functions. 2021-08-17 00:43:36 +02:00
bus_sdl.c winebus.sys: Return NTSTATUS from build_report_descriptor. 2021-08-17 00:43:50 +02:00
bus_udev.c winebus.sys: Return NTSTATUS from build_report_descriptor. 2021-08-17 00:43:50 +02:00
hid.c winebus.sys: Use HID descriptor helpers in bus_sdl.c. 2021-08-12 17:30:21 +02:00
main.c winebus.sys: Unlink device before releasing it. 2021-08-17 00:43:52 +02:00
pop_hid_macros.h
psh_hid_macros.h
winebus.inf
winebus.rc
winebus.sys.spec