reactos/ntoskrnl/io/pnpmgr
Thomas Faber b8e091a44c
[NTOS:PNP] Handle arbitrary subkey name lengths in EnumerateDevices. CORE-15882
This also makes it necessary to fix a bug in the previous code:
ZwEnumerateKey will not account for space for a null terminator, so to
ensure we have space, we must allocate the additional WCHAR, but not
include it in the buffer size passed to the function.
2019-07-10 10:58:45 +02:00
..
plugplay.c [NTOSKRNL][USETUP][UMPNPMGR] Pass user response data to NtPlugPlayControl(PlugPlayControlUserResponse). 2019-06-12 13:48:27 +02:00
pnpdma.c
pnpinit.c [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
pnpmgr.c [NTOS:PNP] Reduce the size of the pool buffer in IopGetParentIdPrefix. CORE-15882 2019-05-05 10:39:29 +02:00
pnpnotify.c
pnpreport.c [NTOS] Remove some hacks that are not needed anymore, since a real registry hive will be used in 1st-stage as well. 2018-10-25 00:40:00 +02:00
pnpres.c
pnproot.c [NTOS:PNP] Handle arbitrary subkey name lengths in EnumerateDevices. CORE-15882 2019-07-10 10:58:45 +02:00
pnputil.c [NTOS:PNP] Correctly respect data size in PnpRegSzToString. CORE-15766 2019-02-20 12:23:33 +01:00