lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <464007CC.1080203@garzik.org> Date: Tue, 08 May 2007 01:17:00 -0400 From: Jeff Garzik <jeff@...zik.org> To: Ben Dooks <ben-linux@...ff.org> CC: netdev@...r.kernel.org Subject: Re: [PATCH] DM9000: fix use of kfree() on net device Ben Dooks wrote: > The DM9000 network driver is calling kfree() on an netdev > causing the system to oops if the probe fails. The right > thing to do is call free_netdev(). > > Thanks to Russell King for spotting this. > > Signed-off-by: Ben Dooks <ben-linux@...ff.org> applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html