Skip to content
Snippets Groups Projects
Commit 333719a8 authored by Sivacharan Paka's avatar Sivacharan Paka Committed by Ariel Yin
Browse files

radio-iris: Use copy_from_user API to access userspace memory


Directly accessing userspace memory pointer in kernel space without
checking validity of pointer. This can lead to security vulnerability.
Use copy_from_user API's to make sure there is no illegal memory access.

Bug: 36386593
Change-Id: I66a0b1931814ee19634a30dee02a5600066aa70b
Signed-off-by: default avatarKamal Negi <kamaln@codeaurora.org>
parent 47db52ca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment