This repository was archived by the owner on Sep 24, 2020. It is now read-only.
Commit 07f8e4d
tcp: also NULL skb->dev when copy was needed
In rare cases retransmit logic will make a full skb copy, which will not
trigger the zeroing added in recent change
b738a18 ("tcp: ensure skb->dev is NULL before leaving TCP stack").
Cc: Eric Dumazet <[email protected]>
Fixes: 75c119a ("tcp: implement rb-tree based retransmit queue")
Fixes: 28f8bfd ("netfilter: Support iif matches in POSTROUTING")
Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>1 parent 702151d commit 07f8e4d
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3041 | 3041 | | |
3042 | 3042 | | |
3043 | 3043 | | |
3044 | | - | |
3045 | | - | |
| 3044 | + | |
| 3045 | + | |
| 3046 | + | |
| 3047 | + | |
| 3048 | + | |
| 3049 | + | |
3046 | 3050 | | |
3047 | 3051 | | |
3048 | 3052 | | |
| |||
0 commit comments