summaryrefslogtreecommitdiff
path: root/LICENSES
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2018-09-08 08:12:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-29 02:55:55 -0700
commitcedfb9f8a588ea7f72d7c232fa09beadc338d9ed (patch)
tree1bf8a707c1e228c7b498b785714fca9121ae69d8 /LICENSES
parentc143935a34a50e1a6dfba3da2da8809ebe90f2d1 (diff)
ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFO
commit 49434c6c575d2008c0abbc93e615019f39e01252 upstream. snd_emu10k1_fx8010_ioctl(SNDRV_EMU10K1_IOCTL_INFO) allocates memory using kmalloc() and partially fills it by calling snd_emu10k1_fx8010_info() before returning the resulting structure to userspace, leaving uninitialized holes. Let's just use kzalloc() here. BugLink: http://blog.infosectcbr.com.au/2018/09/linux-kernel-infoleaks.html Signed-off-by: Willy Tarreau <w@1wt.eu> Cc: Jann Horn <jannh@google.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions