HomeFreeBSD

Check alignment of fp in unwind_frame

Description

Check alignment of fp in unwind_frame

A misaligned frame pointer is certainly not a valid frame pointer and
with strict alignment enabled (as on CHERI) can cause panics when it is
loaded from later in the code.

Reviewed By: jhb
Differential Revision: https://reviews.freebsd.org/D34646

Details

Provenance
Dapeng Gao <dapeng@dpgao.cn>Authored on Nov 15 2022, 12:21 AM
brooksCommitted on Nov 15 2022, 12:25 AM
Reviewer
jhb
Differential Revision
D34646: Check alignment of `fp` in `unwind_frame`
Parents
rGc72f25972750: ssh: remove VersionAddendum from list of client side config changes
Branches
Unknown
Tags
Unknown
Reverted By
rGba2bbac4c15a: Revert "Check alignment of fp in unwind_frame"