diff options
author | Eric Dumazet <[email protected]> | 2017-01-23 16:43:06 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-01-24 14:53:24 -0500 |
commit | fbfa743a9d2a0ffa24251764f10afc13eb21e739 (patch) | |
tree | 391e471dde0dc5afd2f24ab0410d4a2a8761180b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 21b995a9cb093fff33ec91d7cb3822b882a90a1e (diff) |
ipv6: fix ip6_tnl_parse_tlv_enc_lim()
This function suffers from multiple issues.
First one is that pskb_may_pull() may reallocate skb->head,
so the 'raw' pointer needs either to be reloaded or not used at all.
Second issue is that NEXTHDR_DEST handling does not validate
that the options are present in skb->data, so we might read
garbage or access non existent memory.
With help from Willem de Bruijn.
Signed-off-by: Eric Dumazet <[email protected]>
Reported-by: Dmitry Vyukov <[email protected]>
Cc: Willem de Bruijn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions