Date: Wed, 20 Oct 2010 12:38:05 +0000 (UTC) From: Maxim Konovalov <maxim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet/ipfw ip_fw_log.c Message-ID: <201010201238.o9KCcMP9060655@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
maxim 2010-10-20 12:38:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet/ipfw ip_fw_log.c Log: SVN rev 214108 on 2010-10-20 12:38:05Z by maxim MFC r211992: some programs could send broadcast/multicast traffic to ipfw pseudo-interface. This leads to a panic due to uninitialized if_broadcastaddr address. Initialize it and implement ip_output() method to prevent mbuf leak later. Revision Changes Path 1.9.2.4 +21 -2 src/sys/netinet/ipfw/ip_fw_log.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010201238.o9KCcMP9060655>