]> asedeno.scripts.mit.edu Git - linux.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)
commite09c6a4ec1bb9ed73b4157b69c261e408d875b0f
tree26a96c9f5c6762780a5941fddcb326eb8a555449
parente928b5d6b75e239feb9c6d5488974b6646a0ebc8
parent2c4cc9712364c051b1de2d175d5fbea6be948ebf
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>