Date: Fri, 16 Feb 2018 11:15:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer() Message-ID: <bug-225927-2472-7RUDAiGCko@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225927-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-225927-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225927 --- Comment #5 from Hans Petter Selasky <hselasky@FreeBSD.org> --- There is a generic problem in the LLE code (IPv4 and IPv6) that it cannot s= leep to drain the timers. In case an active timer is detected after callout_stop= (), then the LL entry should be put on a taskqueue and callout_drain() _must_ be used for sane operation. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225927-2472-7RUDAiGCko>