reactos/drivers/wdm/audio/backpln/portcls
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
..
adapter.cpp
api.cpp
CMakeLists.txt
connection.cpp
dispatcher.cpp
dll.cpp
dma_slave.cpp [PORTCLS] Zero memory in operator new. CORE-16157 2019-07-05 17:31:46 +02:00
drm.cpp
drm_port.cpp
filter_dmus.cpp
filter_topology.cpp
filter_wavecyclic.cpp
filter_wavepci.cpp
filter_wavert.cpp
guid.cpp
interfaces.hpp
interrupt.cpp
irp.cpp
irpstream.cpp
miniport.cpp [PORTCLS] Zero memory in operator new. CORE-16157 2019-07-05 17:31:46 +02:00
miniport_dmus.cpp
miniport_fmsynth.cpp
pin_dmus.cpp
pin_wavecyclic.cpp [PORTCLS] Zero memory in operator new. CORE-16157 2019-07-05 17:31:46 +02:00
pin_wavepci.cpp
pin_wavert.cpp
pool.cpp
port.cpp
port_dmus.cpp
port_topology.cpp
port_wavecyclic.cpp
port_wavepci.cpp
port_wavert.cpp
port_wavertstream.cpp
portcls.rc
portcls.spec
power.cpp
private.hpp
propertyhandler.cpp
purecall.cpp
registry.cpp
resource.cpp
service_group.cpp
undoc.cpp
unregister.cpp
version.cpp