git: sound: M_NOWAIT -> M_WAITOK, add missing M_ZERO

Francois Tigeot ftigeot at crater.dragonflybsd.org
Thu Jan 8 03:37:42 PST 2015


commit 4e8e900c96114000454c40b3829425b77c73a862
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Aug 10 01:26:32 2014 -0700

    sound: M_NOWAIT -> M_WAITOK, add missing M_ZERO
    
    The missing M_ZERO was causing kernel data leakage issues.

Summary of changes:
 sys/dev/sound/clone.c             |  3 +--
 sys/dev/sound/pci/emu10k1.c       |  2 +-
 sys/dev/sound/pci/emu10kx.c       | 36 ++++++++++++++++++------------------
 sys/dev/sound/pci/envy24.c        |  8 ++++----
 sys/dev/sound/pci/envy24ht.c      | 10 +++++-----
 sys/dev/sound/pci/hda/hdaa.c      | 12 ++++++------
 sys/dev/sound/pci/hdspe-pcm.c     |  2 +-
 sys/dev/sound/pci/hdspe.c         |  2 +-
 sys/dev/sound/pci/neomagic.c      |  2 +-
 sys/dev/sound/pci/spicds.c        |  2 +-
 sys/dev/sound/pcm/channel.c       |  2 +-
 sys/dev/sound/pcm/dsp.c           |  6 +++---
 sys/dev/sound/pcm/feeder.c        |  6 +++---
 sys/dev/sound/pcm/feeder_eq.c     |  2 +-
 sys/dev/sound/pcm/feeder_format.c |  2 +-
 sys/dev/sound/pcm/feeder_matrix.c |  2 +-
 sys/dev/sound/pcm/feeder_rate.c   |  6 +++---
 sys/dev/sound/pcm/feeder_volume.c |  2 +-
 18 files changed, 53 insertions(+), 54 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e8e900c96114000454c40b3829425b77c73a862


-- 
DragonFly BSD source repository



More information about the Commits mailing list