[libcxx-commits] [PATCH] D136667: Check return address stored in normal stack and CET shadow stack in unwind process phase2
xiongji90 via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 1 01:11:35 PDT 2022
xiongji90 marked 2 inline comments as done.
xiongji90 added inline comments.
================
Comment at: libunwind/src/UnwindLevel1.c:318
unsigned framesWalked = 1;
+#if defined(_LIBUNWIND_USE_CET)
+ unsigned long shadowStackTop = _get_ssp();
----------------
hjl.tools wrote:
> MaskRay wrote:
> > `#ifdef`
> > `#ifdef`
>
>
Done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136667/new/
https://reviews.llvm.org/D136667
More information about the libcxx-commits
mailing list