]> git.ipfire.org Git - thirdparty/strongswan.git/commit
ip-packet: Correctly determine protocol in fragmented IPv6 packets
authorTobias Brunner <tobias@strongswan.org>
Fri, 1 Sep 2017 07:47:29 +0000 (09:47 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 18 Sep 2017 08:28:54 +0000 (10:28 +0200)
commitbdcaca76c570f7c33908a9a0bc73ece40a3cfcee
tree5c527541795480581f9210e51d17157103ede6f8
parentb3cc46381d7ddcb163f93064e81207cbff348834
ip-packet: Correctly determine protocol in fragmented IPv6 packets

We don't attempt to parse the transport headers for fragments, not even
for the initial fragment (it's not guaranteed they contain the header,
depending on the number and type of extension headers).
src/libipsec/ip_packet.c