CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/14 11:39:42
Modified files:
sys/netinet6 : ip6_forward.c
Log message:
ip6_output_ipsec_send() may change the route embeded in struct ro
during path MTU discovery. ip6_forward() has to update its rt
variable to the new route in ro. Otherwise it could operate on a
freed route.
from markus@
