reactos/drivers/wdm/audio
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
..
backpln [PORTCLS] Zero memory in operator new. CORE-16157 2019-07-05 17:31:46 +02:00
drivers [CMIDRIVER] Try to fix build 3 2019-06-25 09:11:01 +02:00
drm [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
filters [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
hdaudbus [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
legacy [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
sysaudio [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00