diff options
| author | Eric Dumazet <[email protected]> | 2019-06-07 12:23:48 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-06-09 19:42:23 -0700 |
| commit | 392096736a06bc9d8f2b42fd4bb1a44b245b9fed (patch) | |
| tree | 49e47af6d0fe976d4ea59af736c46f590c826334 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | e8a492cd539457b8f616f6db9b62b50cd5b9a980 (diff) | |
ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()
syzbot found a crash in tcp_v6_send_reset() caused by my latest
change.
Problem is that if an skb has been queued to socket prequeue,
skb_dst(skb)->dev can not anymore point to the device.
Fortunately in this case the socket pointer is not NULL.
A similar issue has been fixed in commit 0f85feae6b71 ("tcp: fix
more NULL deref after prequeue changes"), I should have known better.
Fixes: 323a53c41292 ("ipv6: tcp: enable flowlabel reflection in some RST packets")
Signed-off-by: Eric Dumazet <[email protected]>
Reported-by: syzbot <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions