[Bug 273929] AArch64 machine-dependent code clobbers X0 in SIGTRAP from capsicum violations
Date: Mon, 18 Sep 2023 16:14:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273929 Kyle Evans <kevans@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevans@freebsd.org Attachment #244999|text/x-csrc |text/plain mime type| | --- Comment #1 from Kyle Evans <kevans@freebsd.org> --- Created attachment 244999 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244999&action=edit Reproducer? Minimal reproducer, maybe -- x[0] is already clobbered to ECAPMODE in cpu_set_syscall_retval() by the time we go to setup the mcontext. -- You are receiving this mail because: You are the assignee for the bug.