Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: rawmidi: Initialize allocated buffers
syzbot reported the uninitialized value exposure in certain situations using virmidi loop. It's likely a very small race at writing and reading, and the influence is almost negligible. But it's safer to paper over this just by replacing the existing kvmalloc() with kvzalloc(). Reported-by: [email protected] Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information