https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225323

--- Comment #1 from Breno Leitao <[email protected]> ---
This error message seems to come from the libsa:

This is the code that is detecting this problem:


            if ((char *)ptr < (char *)mn + mn->mr_Bytes) {
                panic("zfree(%p,%ju): corrupt memlist2", ptr,
                    (uintmax_t)bytes);
            }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to