CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2018/02/01 15:01:02

Modified files:
        sys/netinet6   : Tag: OPENBSD_6_2 frag6.c ip6_input.c ip6_var.h 
                         raw_ip6.c 

Log message:
The function ip6_get_prevhdr() did return a pointer into a mbuf.
It was not guaranteed that the mbuf data was not somewhere else in
the chain.  So return an offset and do a proper mbuf pulldown.
found by Maxime Villard; from NetBSD; with markus@; OK deraadt@
OpenBSD 6.2 errata 006

Reply via email to