vlad.tsyrklevich added inline comments.
================ Comment at: docs/ShadowCallStack.rst:14 +buffer overflows. It works by saving a function's return address to a +separately allocated 'shadow call stack' in the function prolog and checking the +return address on the stack against the shadow call stack in the function ---------------- kcc wrote: > kcc wrote: > > prologue/epilogue? > > (it's your native tongue, not mine, though) > PTAL Forgot to submit this comment: It's used both ways across LLVM but I chose to go with this one just because that's how the PrologEpilogInserter pass wrote it. Repository: rC Clang https://reviews.llvm.org/D44801 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits