[Bug 258994] iic(4): Panics on Nanopi Neo when using 16-bit device addressing width: panic: Assertion strlen(description) < MAX_W_NAME failed at ... sys/kern/subr_witness.c:1914

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Oct 2021 16:30:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258994

--- Comment #2 from Vladimir Kondratyev <wulf@freebsd.org> ---
4 byte constant string "iic" did not pass length check for 64 byte buffer. That
is strange.

You definitely have some sort of memory corruption. Through local source
modification, out of buffer write or hardware failure.

-- 
You are receiving this mail because:
You are the assignee for the bug.