Date: Wed, 12 Sep 2007 05:54:54 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipsec ipsec_input.c Message-ID: <200709120554.l8C5ssbp070095@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com> Approved by: re Revision Changes Path 1.19 +17 -4 src/sys/netipsec/ipsec_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709120554.l8C5ssbp070095>