12 Jul
2022
12 Jul
'22
4:28 p.m.
Jinoh Kang (@iamahuman) commented about dlls/ntoskrnl.exe/pnp.c:
static NTSTATUS get_device_id( DEVICE_OBJECT *device, BUS_QUERY_ID_TYPE type, WCHAR **id ) { IO_STACK_LOCATION *irpsp; - IO_STATUS_BLOCK irp_status; + IO_STATUS_BLOCK irp_status = { .Information = 0 }; This is missing the corresponding NULL check.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/432#note_3979