aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-11-02 20:30:48 -0700
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:58:35 +0200
commit21f44fcd2a8d26b7bd731f18a5832f971be688bc (patch)
tree0e8c010ce7c2c5b3fe481fb0a47373d1aad64383 /Android.mk
parentfa3281bb7af64ab485f96f3ebe7f09924cd5e58d (diff)
ipv6: dccp: fix out of bound access in dccp_v6_err()
commit 1aa9d1a0e7eefcc61696e147d123453fc0016005 upstream. dccp_v6_err() does not use pskb_may_pull() and might access garbage. We only need 4 bytes at the beginning of the DCCP header, like TCP, so the 8 bytes pulled in icmpv6_notify() are more than enough. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'Android.mk')
0 files changed, 0 insertions, 0 deletions