Skip to content
Commit e09c6a4e authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err'



Eric Dumazet says:

====================
tcp: fix possible crash in tcp_v4_err()

soukjin bae reported a crash in tcp_v4_err() that we
root caused to a missing initialization.

Second patch adds a sanity check in tcp_v4_err() to avoid
future potential problems. Ignoring an ICMP message
is probably better than crashing a machine.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents e928b5d6 2c4cc971
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment