NetBSD/sys/dist
bouyer a95c0eef3a When IPFilter 4.1.29 has been imported, the mbuf argument to nd6_output()
has been changed from m0 to *mpp. But as *mpp has been set to NULL just
before the call, we end up calling ether_output() with a NULL mbuf,
leading to a NULL pointer dereference. Revert back to using m0 here.

The issue show up when using 'return-rst' or 'return-icmp' in ipf6.conf.
Problem discovered and fix tested on ftp.fr.netbsd.org.
2009-02-12 12:12:39 +00:00
..
acpica Allow $arch/stand to use dist/acpica/acpica.h 2008-07-30 11:45:20 +00:00
ipf/netinet When IPFilter 4.1.29 has been imported, the mbuf argument to nd6_output() 2009-02-12 12:12:39 +00:00
pf make this compile 2009-01-11 10:25:29 +00:00