Thread (2 messages) flat view 2 messages, 2 authors, 2020-08-17

Re: [PATCH v2] net: qrtr: fix usage of idr in port assignment to socket

From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-08-17 19:35:42
Also in: lkml

On Mon, 17 Aug 2020 07:39:01 +0000 Necip Fazil Yildiran wrote:
From: Necip Fazil Yildiran <redacted>

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: bdabad3e36 ("net: Add Qualcomm IPC router")
Reported-by: syzbot+f31428628ef672716ea8@syzkaller.appspotmail.com
Signed-off-by: Necip Fazil Yildiran <redacted>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Fixes tag: Fixes: bdabad3e36 ("net: Add Qualcomm IPC router")
Has these problem(s):
	- SHA1 should be at least 12 digits long
	  Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
	  or later) just making sure it is not set (or set to "auto").
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help