[Bug 212168] [panic] [UFS] use-after-free panic (0xdeadc0dedeadc0de)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 28 20:06:58 UTC 2016


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

--- Comment #9 from Andrew Turner <Andrew at FreeBSD.org> ---
I think you can add '-fno-optimize-sibling-calls' to CFLAGS to disable the tail
jumps, e.g. in sys/conf/Makefile.arm64.

>From my reading of the asm wk is valid, wk->wk_mp is invalid. The VFSTOUFS
macro contains:

#define VFSTOUFS(mp) ((struct ufsmount *)((mp)->mnt_data))

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


More information about the freebsd-fs mailing list