reactos/drivers
Thomas Faber 76e00fab7e
[PORTCLS] Zero memory in operator new. CORE-16157
Fixes a regression from 99fa38809f, which
replaced the kcom.h/stdunk.h versions (which zero memory) with local
implementations (which don't).

Standard C++ does not guarantee that memory is zeroed but several classes
rely on this, in particular for their m_Ref and m_bInitialized members.

Ideally the constructors should be fixed to initialize all required members,
but that task is error-prone so for now we simply restore the previous
behavior.
2019-07-05 17:31:46 +02:00
..
base [BOOTVID] Diverse enhancements. 2019-06-23 23:59:48 +02:00
battery [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
bluetooth [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
bus [ACPICA] Update to version 20190509. CORE-16138 2019-06-25 09:26:07 +02:00
crypto [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
filesystems [FASTFAT_NEW] Fix MSVC builds 2019-07-04 21:16:12 +02:00
filters [FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636) 2019-06-22 16:20:58 +02:00
hid [HIDCLASS] Implement IRP_MJ_WRITE 2019-05-14 14:37:22 +02:00
input [I8042PRT] Add Latitude E6400 to the hack list (#1665) 2019-06-16 23:00:53 +02:00
ksfilter [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
multimedia [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
network [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
parallel [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
processor [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
sac [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
serial [SERIAL] Immediately complete read IRP if all requested bytes have been found in circular buffer 2019-05-02 20:06:47 +02:00
setup [BLUE] Initialize the console with a default font for codepage 437. 2019-06-25 02:32:09 +02:00
storage [STORPORT] Improvements to the device enumerator code. 2019-06-27 23:28:41 +02:00
usb [USBSTOR] Do not print device descriptor by default. 2019-06-25 19:04:20 +03:00
wdm [PORTCLS] Zero memory in operator new. CORE-16157 2019-07-05 17:31:46 +02:00
wmi [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt