commit | e6e8869aed897a021fafa6f412e9e4b7e2ea6cd3 | [log] [tgz] |
---|---|---|
author | Li RongQing <lirongqing@baidu.com> | Fri Nov 09 17:04:51 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 09 15:16:29 2018 -0800 |
tree | 616f7baee9ce68fb1ab53b45b5af1c3e47fbb5dc | |
parent | 307f39b021995db67b2f39da7af006e2376fb452 [diff] |
net: tcp: remove BUG_ON from tcp_v4_err if skb is NULL pointer, and the following access of skb's skb_mstamp_ns will trigger panic, which is same as BUG_ON Signed-off-by: Li RongQing <lirongqing@baidu.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>