Date: Mon, 27 Apr 2020 14:29:38 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 245971] [patch sbin/dhclient] remove_protocol() can mangle linked list Message-ID: <bug-245971-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245971 Bug ID: 245971 Summary: [patch sbin/dhclient] remove_protocol() can mangle linked list Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: joost@jodocus.org Created attachment 213856 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D213856&action= =3Dedit patch against HEAD (rev 360336) The remove_protocol() function is meant to remove one specific entry from a singly-linked list. While removing the entry, the next entry is set as the start of the list, disregarding all entries before the one being removed. --=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-245971-227>