https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234296
--- Comment #8 from Mark Johnston <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
