]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err'
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Feb 2019 23:46:59 +0000 (15:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Feb 2019 23:46:59 +0000 (15:46 -0800)
commitc81c3cf2ece058e18b69af168766bc3ead340c80
tree26a96c9f5c6762780a5941fddcb326eb8a555449
parent9f4f2125475252e55b7f6e3bc52eda34066b69f9
parent70f9d9f3424a0823e42b86d1c5e850d42c6c597c
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: David S. Miller <davem@davemloft.net>