Skip to content
Commit fa5eafe4 authored by Soumya Managoli's avatar Soumya Managoli Committed by Kader Bava
Browse files

ASoC: msm-pcm-q6-v2: Add dsp buf check



Current logic copies user buf size of data
from the avail dsp buf at a given offset.
If this offset returned from DSP in READ_DONE event
goes out of bounds or is corrupted, then it can lead to
out of bounds DSP buffer access, resulting in memory fault.
Fix is to add check for this buf offset, if it is within
the buf size range.

Change-Id: I7753cc6db394704dbb959477150141d42b836bef
Signed-off-by: default avatarSoumya Managoli <quic_c_smanag@quicinc.com>
parent b1b72865
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment