[PATCH] D143637: StackProtector: add unwind cleanup paths for instrumentation.
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 22:19:07 PST 2023
xiangzhangllvm added a comment.
Seems we can't reproduce the report for test in https://bugs.chromium.org/p/llvm/issues/detail?id=30 in latest llvm.
$./a.out
*** stack smashing detected ***: terminated
Aborted (core dumped)
$./a.out test
*** stack smashing detected ***: terminated
Aborted (core dumped)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143637/new/
https://reviews.llvm.org/D143637
More information about the llvm-commits
mailing list