Date: Wed, 4 Feb 2009 10:35:27 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 nd6_rtr.c Message-ID: <200902041035.n14AZtgI099707@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-02-04 10:35:27 UTC FreeBSD src repository Modified files: sys/netinet6 nd6_rtr.c Log: SVN rev 188113 on 2009-02-04 10:35:27Z by bz When iterating through the list trying to find a router in defrouter_select(), NULL the cached llentry after unlocking as we are no longer interested in it and with the second iteration would try to unlock it again resulting in panic: Lock (rw) lle not locked @ ... Reported by: Mark Atkinson <m.atkinson@f5.com> Tested by: Mark Atkinson <m.atkinson@f5.com> PR: kern/128247 (in follow-up, unrelated to original report) Revision Changes Path 1.59 +3 -1 src/sys/netinet6/nd6_rtr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902041035.n14AZtgI099707>