]> 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)
commit1408f554d947aa1dd6d8f4e721ee984fd31c31db
tree26a96c9f5c6762780a5941fddcb326eb8a555449
parentbb1033679c92f4bc98cf28d3b0b533a98e1a0596
parent28a8700a216471be1b711984afaf2abe1e028cb7
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>