diff options
author | Jaroslav Kysela <[email protected]> | 2021-12-18 13:39:25 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2021-12-22 20:18:27 +0100 |
commit | 39a8fc4971a00d22536aeb7d446ee4a97810611b (patch) | |
tree | 4e802f8d7e861cb9455db41446d737c923351168 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 78ea40efb48e978756db2ce45fcfa55bac056b91 (diff) |
ALSA: rawmidi - fix the uninitalized user_pversion
The user_pversion was uninitialized for the user space file structure
in the open function, because the file private structure use
kmalloc for the allocation.
The kernel ALSA sequencer code clears the file structure, so no additional
fixes are required.
Cc: [email protected]
Cc: [email protected]
BugLink: https://github.com/alsa-project/alsa-lib/issues/178
Fixes: 09d23174402d ("ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION")
Reported-by: [email protected]
Signed-off-by: Jaroslav Kysela <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions