Date: Sun, 28 Aug 2016 20:06:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 212168] [panic] [UFS] use-after-free panic (0xdeadc0dedeadc0de) Message-ID: <bug-212168-3630-QAtYlpi6ey@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212168-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-212168-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212168 --- Comment #9 from Andrew Turner <Andrew@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)) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212168-3630-QAtYlpi6ey>