Date: Thu, 12 Aug 2021 18:44:01 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 256714] Memory leaks when detaching a device Message-ID: <bug-256714-7501-84lkWkVIgh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256714-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-256714-7501@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=3D256714 jcaplan@blackberry.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #225968|0 |1 is obsolete| | --- Comment #3 from jcaplan@blackberry.com --- Created attachment 227138 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227138&action= =3Dedit proposed patch update to nd6 prefix issue in6_ifattach_linklocal() was only calling nd6_prefix_rele() in the case whe= re nd6_prefix_lookup() has returned a prefix, which increments the reference count. The fix is to also call it in the case where nd6_prelist_add() has a= dded a new prefix as this prefix should really only have one reference to it. --=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-256714-7501-84lkWkVIgh>