Date: Sun, 27 Aug 2017 07:07:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221846] [regression] panic after r313351 due to NULL pointer dereference Message-ID: <bug-221846-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221846 Bug ID: 221846 Summary: [regression] panic after r313351 due to NULL pointer dereference Product: Base System Version: 11.1-STABLE Hardware: Any OS: Any Status: New Keywords: regression Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: eugen@freebsd.org Keywords: regression The revision https://svnweb.freebsd.org/base?view=3Drevision&revision=3D313= 351 replaced ``if (h =3D=3D NULL) return'' with KASSERT for ``h !=3D NULL''. Now "graid label" shell command that leads to ``root_mount_rel(mdi->mdio_rootmount)'' call with NULL argument making kern= el panic due to ``LIST_REMOVE(h, list)'' in the root_mount_rel() code. This needs to be fixed somehow. --=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-221846-8>