sound: M_NOWAIT -> M_WAITOK, add missing M_ZERO
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 10 Aug 2014 08:26:32 +0000 (01:26 -0700)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 8 Jan 2015 10:40:55 +0000 (11:40 +0100)
commit4e8e900c96114000454c40b3829425b77c73a862
treef61d1bf7912cec392e462b0ce631aa7aa0a4195b
parentb8d141123b4fdf822a25e5ac170b3d11a056ea07
sound: M_NOWAIT -> M_WAITOK, add missing M_ZERO

The missing M_ZERO was causing kernel data leakage issues.
18 files changed:
sys/dev/sound/clone.c
sys/dev/sound/pci/emu10k1.c
sys/dev/sound/pci/emu10kx.c
sys/dev/sound/pci/envy24.c
sys/dev/sound/pci/envy24ht.c
sys/dev/sound/pci/hda/hdaa.c
sys/dev/sound/pci/hdspe-pcm.c
sys/dev/sound/pci/hdspe.c
sys/dev/sound/pci/neomagic.c
sys/dev/sound/pci/spicds.c
sys/dev/sound/pcm/channel.c
sys/dev/sound/pcm/dsp.c
sys/dev/sound/pcm/feeder.c
sys/dev/sound/pcm/feeder_eq.c
sys/dev/sound/pcm/feeder_format.c
sys/dev/sound/pcm/feeder_matrix.c
sys/dev/sound/pcm/feeder_rate.c
sys/dev/sound/pcm/feeder_volume.c