Date: Wed, 17 Sep 2003 15:06:47 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200309172206.h8HM6lbX033591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/09/17 15:06:47 PDT FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Bandaid locking change: mark static rule mutex recursive so re-entry when sending an ICMP packet doesn't cause a panic. A better solution is needed; possibly defering the transmit to a dedicated thread. Observed by: "Aaron Wohl" <freebsd@soith.com> Revision Changes Path 1.39 +2 -1 src/sys/netinet/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309172206.h8HM6lbX033591>