commit | df852897278a9788c328ce9f7432e1ce2ef80d12 | [log] [tgz] |
---|---|---|
author | Tharun Kumar Merugu <mtharu@codeaurora.org> | Thu Dec 07 16:27:37 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Dec 10 22:53:10 2017 -0800 |
tree | c0e52503333bcc34119f02d6c627313a5ce62ebd | |
parent | fb51f9426dee662c7f24b8dc0ed782e2eb625969 [diff] |
msm: ADSPRPC: use access_ok to validate pointers Check the validity of the pointer in user space that you intend to access. access_ok function simply checks that the address is likely in user space, not in the kernel. Change-Id: I936f73a2c2029f9e7ca12cc8fc06d0698e6710c0 Signed-off-by: Tharun Kumar Merugu <mtharu@codeaurora.org>