]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
We don't need to INCLUDENUL, so turn it off to avoid assertion...
authorimp <imp@FreeBSD.org>
Sat, 29 Aug 2020 11:46:50 +0000 (11:46 +0000)
committerimp <imp@FreeBSD.org>
Sat, 29 Aug 2020 11:46:50 +0000 (11:46 +0000)
commit8c8e190dc97988ce19b636dd2979fdc6aad1ab97
treef7f519b0f162d46b8874e545f73829b71bc0a116
parentfda02fe4174eeaefd51ab924dd11912124765bcb
We don't need to INCLUDENUL, so turn it off to avoid assertion...

sbuf_new_for_sysctl turns on INCLUDENUL, but we don't need it. And we assert for
it in the new bus_pnpinfo_sb and bus_location_sb strings.
sys/kern/subr_bus.c