Skip to content

Commit

Permalink
[Docs] Mention RISC-V in the introductory paragraph in ShadowCallStac…
Browse files Browse the repository at this point in the history
…k.rst. (#79241)

RISC-V is mentioned elsewhere in the document it seems like it should be
mentioned in the introduction.
  • Loading branch information
topperc committed Jan 24, 2024
1 parent 04ce0ba commit e6f576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/docs/ShadowCallStack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Introduction
============

ShadowCallStack is an instrumentation pass, currently only implemented for
aarch64, that protects programs against return address overwrites
aarch64 and RISC-V, that protects programs against return address overwrites
(e.g. stack buffer overflows.) It works by saving a function's return address
to a separately allocated 'shadow call stack' in the function prolog in
non-leaf functions and loading the return address from the shadow call stack
Expand Down

0 comments on commit e6f576b

Please sign in to comment.