CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/12 06:08:54
Modified files:
sys/netinet6 : ip6_input.c
Log message:
At successful return ip6_check_rh0hdr() keeps *offp unmodified.
The IPv6 routing header type 0 check should modify *offp only in
case of an error, so that the generated icmp6 packet has the correct
pointer.
OK sashan@
