diff options
author | Andrew Gabbasov <[email protected]> | 2019-11-27 05:06:22 -0600 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2019-11-27 12:16:00 +0100 |
commit | 5061bb7065d05efbac35a660eb30ed4c3100690b (patch) | |
tree | 3df2de81053fc1a7409afc5b92d0095688289b83 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 8218df93b7c4b1c6d02c4f726029e10efa4b7ca2 (diff) |
ALSA: aloop: Avoid pointer dereference before null-check
Static analysis tools (cppcheck and PVS Studio) report an error
in loopback_snd_timer_period_elapsed() regarding dpcm_play pointer
dereference earlier than its null-check. And although this is a result
of a formal check, and the pointer correctness is also protected
by having a corresponding bit set in the "running" mask, re-ordering
of the lines can imake the code even formally correct and eliminate
those static analysis error reports.
Fixes: 26c53379f98d ("ALSA: aloop: Support selection of snd_timer instead of jiffies")
Reported-by: Eugeniu Rosca <[email protected]>
Signed-off-by: Andrew Gabbasov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions