Date: Wed, 14 Sep 2005 12:33:23 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c Message-ID: <200509141233.j8ECXN28053907@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2005-09-14 12:33:23 UTC FreeBSD src repository Modified files: sys/pci if_rl.c Log: Fixed "Memory modified after free" panic in rl_detach() due to rl_stop() accessing already freed "struct ifnet". Fixed LOR between rl mutex and some ACPI mutex in rl_detach(). Revision Changes Path 1.155 +3 -4 src/sys/pci/if_rl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509141233.j8ECXN28053907>