diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-11-23 15:49:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-22 08:41:44 +0100 |
commit | 676d438e25b8b1fe251c1d474fab86187dbc6293 (patch) | |
tree | b68b0175b905dd0c12a350eb7c735a84476f9508 /scripts/coccicheck | |
parent | f11d481f8f81dec26d3370bcf8f4c1f2d53ccefc (diff) |
ipv6: tcp: fix panic in SYN processing
commit c16a98ed91597b40b22b540c6517103497ef8e74 upstream.
commit 72a3effaf633bc ([NET]: Size listen hash tables using backlog
hint) added a bug allowing inet6_synq_hash() to return an out of bound
array index, because of u16 overflow.
Bug can happen if system admins set net.core.somaxconn &
net.ipv4.tcp_max_syn_backlog sysctls to values greater than 65536
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/coccicheck')
0 files changed, 0 insertions, 0 deletions