summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorDeepak Kumar <dkumar@codeaurora.org>2017-01-25 18:53:55 +0530
committerDeepak Kumar <dkumar@codeaurora.org>2017-01-25 19:17:55 +0530
commit26c2644b34ffc4d5015e89379f20e05033691af3 (patch)
treef85d5ecad111bca68ab7834a59343e1281cde9aa /net/unix/af_unix.c
parent314869eb56763d34f91d5483b0d510267894fadd (diff)
adreno_tz: Correct tz_buf pointer type to correct pointer arithmetic
Current tz_buf pointer type is causing the end address calcultion of tz_buf to go wrong. "end_addr = tz_buf + PAGE_ALIGN(size)" is resulting in an end address way beyond the allocated range because tz_buf is of type unsigned int. This change changes the tz_buf pointer type to u8 to fix this issue. Change-Id: I16db09c565801b56c0c0ee8a8184f6e276512fa3 Signed-off-by: Deepak Kumar <dkumar@codeaurora.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions