commit | 7f91ed8c4f4b6368b0603543bccb6b5fd10804e1 | [log] [tgz] |
---|---|---|
author | Andrea Mayer <andrea.mayer@uniroma2.it> | Sat Nov 16 16:05:52 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 16 12:18:32 2019 -0800 |
tree | 1f3160d93a6cc2d0e14b5ae4822cc99ef89864d9 | |
parent | acb9bdc1482280b0164d638ecd416eff6f694e9c [diff] |
seg6: fix srh pointer in get_srh() pskb_may_pull may change pointers in header. For this reason, it is mandatory to reload any pointer that points into skb header. Signed-off-by: Andrea Mayer <andrea.mayer@uniroma2.it> Signed-off-by: David S. Miller <davem@davemloft.net>