[Bug 274840] devmatch kernel panic with 10 xn interfaces
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 15:40:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274840
Zhenlei Huang <zlei@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlei@FreeBSD.org
--- Comment #1 from Zhenlei Huang <zlei@FreeBSD.org> ---
It seems the driver->name is NULL.
https://cgit.freebsd.org/src/tree/sys/kern/subr_bus.c?h=releng/14.0#n5180
if (dev->driver != NULL)
sbuf_cat(&sb, dev->driver->name);
No idea how that happens.
--
You are receiving this mail because:
You are the assignee for the bug.