CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/07 08:58:03
Modified files:
sys/netinet : ipsec_input.c
Log message:
In ipsec_common_input_cb() ensure that the packet size does not overflow
the maximum packet size before writing the value back to the IP header.
IPv4 and IPv6 have slightly different rules and so do it per AF.
OK millert@
