Searched hist:"4 e268db74770b454b877ab5260f1868a457d212c" (Results 1 – 4 of 4) sorted by relevance
/linux/sound/usb/usx2y/ |
H A D | usbus428ctldefs.h | diff 4e268db74770b454b877ab5260f1868a457d212c Mon May 17 15:15:38 CEST 2021 Takashi Iwai <tiwai@suse.de> ALSA: usx2y: Fix potential leaks of uninitialized memory
usx2y drivers may expose the allocated pages via mmap, but it performs zero-clear only for the struct size, not aligned with the page size. This leaves out some uninitialized trailing bytes.
This patch fixes the clearance to cover all memory that are exposed to user-space.
Link: https://lore.kernel.org/r/20210517131545.27252-5-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | usX2Yhwdep.c | diff 4e268db74770b454b877ab5260f1868a457d212c Mon May 17 15:15:38 CEST 2021 Takashi Iwai <tiwai@suse.de> ALSA: usx2y: Fix potential leaks of uninitialized memory
usx2y drivers may expose the allocated pages via mmap, but it performs zero-clear only for the struct size, not aligned with the page size. This leaves out some uninitialized trailing bytes.
This patch fixes the clearance to cover all memory that are exposed to user-space.
Link: https://lore.kernel.org/r/20210517131545.27252-5-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | usbusx2y.c | diff 4e268db74770b454b877ab5260f1868a457d212c Mon May 17 15:15:38 CEST 2021 Takashi Iwai <tiwai@suse.de> ALSA: usx2y: Fix potential leaks of uninitialized memory
usx2y drivers may expose the allocated pages via mmap, but it performs zero-clear only for the struct size, not aligned with the page size. This leaves out some uninitialized trailing bytes.
This patch fixes the clearance to cover all memory that are exposed to user-space.
Link: https://lore.kernel.org/r/20210517131545.27252-5-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | usx2yhwdeppcm.c | diff 4e268db74770b454b877ab5260f1868a457d212c Mon May 17 15:15:38 CEST 2021 Takashi Iwai <tiwai@suse.de> ALSA: usx2y: Fix potential leaks of uninitialized memory
usx2y drivers may expose the allocated pages via mmap, but it performs zero-clear only for the struct size, not aligned with the page size. This leaves out some uninitialized trailing bytes.
This patch fixes the clearance to cover all memory that are exposed to user-space.
Link: https://lore.kernel.org/r/20210517131545.27252-5-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|