aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorNecip Fazil Yildiran <[email protected]>2020-08-17 15:54:48 +0000
committerDavid S. Miller <[email protected]>2020-08-17 15:00:41 -0700
commit8dfddfb79653df7c38a9c8c4c034f242a36acee9 (patch)
tree98fd3a5d768b8aab2f3fea92995bd91f54b23e38 /lib/test_overflow.c
parentbcf7ddb0186d366f761f86196b480ea6dd2dc18c (diff)
net: qrtr: fix usage of idr in port assignment to socket
Passing large uint32 sockaddr_qrtr.port numbers for port allocation triggers a warning within idr_alloc() since the port number is cast to int, and thus interpreted as a negative number. This leads to the rejection of such valid port numbers in qrtr_port_assign() as idr_alloc() fails. To avoid the problem, switch to idr_alloc_u32() instead. Fixes: bdabad3e363d ("net: Add Qualcomm IPC router") Reported-by: [email protected] Signed-off-by: Necip Fazil Yildiran <[email protected]> Reviewed-by: Dmitry Vyukov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions