msm: ADSPRPC: Do not access user memory directly
The buffers being passed in the invocation are copied from user
memory into the context using copy_from_user. Lookup the buffer
pointers from the context where it was copied rather than directly
accessing it from the user memory.
Change-Id: Ief5a840f17f6287ebd48b4ae52facaccb271fab8
Signed-off-by:
Sathish Ambley <sathishambley@codeaurora.org>
Loading
Please register or sign in to comment