[Bug 234296] FreeBSD 12.0-STABLE r342216 Fatal trap 12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 10 19:33:14 UTC 2019


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

--- Comment #8 from Mark Johnston <markj at FreeBSD.org> ---
sizeof(struct vnode) == 480, so it looks like this is a use-after-free in the
512 byte malloc zone.  The callout is at offset 0xb8 into the structure.  Based
on some skimming of the CTF type graph, this is very likely to be a struct
llentry...

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


More information about the freebsd-bugs mailing list