aboutsummaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2017-04-06 13:10:52 +0800
committerMister Oyster <oysterized@gmail.com>2017-07-04 12:11:25 +0200
commit962418a903a582db64347449c7e1ee24a1055e52 (patch)
treebe63c8f7e559746a72185a0430876f75ea8f703d /scripts/const_structs.checkpatch
parent8a6c6b91225a55d0d6f2c8345682f40184cf6aeb (diff)
sctp: listen on the sock only when it's state is listening or closed
commit 34b2789f1d9bf8dcca9b5cb553d076ca2cd898ee upstream. Now sctp doesn't check sock's state before listening on it. It could even cause changing a sock with any state to become a listening sock when doing sctp_listen. This patch is to fix it by checking sock's state in sctp_listen, so that it will listen on the sock with right state. Reported-by: Andrey Konovalov <andreyknvl@google.com> Tested-by: Andrey Konovalov <andreyknvl@google.com> Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions