diff options
author | Takashi Iwai <[email protected]> | 2020-01-15 21:37:33 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2020-01-15 21:38:18 +0100 |
commit | 60adcfde92fa40fcb2dbf7cc52f9b096e0cd109a (patch) | |
tree | 5d14b22d1dc22cee63d066961c1bf30dd6c8ee85 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5d1b71226dc4d44b4b65766fa9d74492f9d4587b (diff) |
ALSA: seq: Fix racy access for queue timer in proc read
snd_seq_info_timer_read() reads the information of the timer assigned
for each queue, but it's done in a racy way which may lead to UAF as
spotted by syzkaller.
This patch applies the missing q->timer_mutex lock while accessing the
timer object as well as a slight code change to adapt the standard
coding style.
Reported-by: [email protected]
Cc: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions