cvs commit: src/sys/netipsec ipsec_input.c
George V. Neville-Neil
gnn at FreeBSD.org
Tue Sep 11 22:54:54 PDT 2007
gnn 2007-09-12 05:54:54 UTC
FreeBSD src repository
Modified files:
sys/netipsec ipsec_input.c
Log:
Fix for an infinite loop in processing ESP, IPv6 packets.
The control input routine passes a NULL as its void argument when it
has reached the innermost header, which terminates the loop.
Reported by: Pawel Worach <pawel.worach at gmail.com>
Approved by: re
Revision Changes Path
1.19 +17 -4 src/sys/netipsec/ipsec_input.c
More information about the cvs-all
mailing list