summaryrefslogtreecommitdiff
path: root/clang/docs/ControlFlowIntegrity.rst
diff options
context:
space:
mode:
authorShao-Ce SUN <shaoce@nj.iscas.ac.cn>2021-11-15 09:17:08 +0800
committerShao-Ce SUN <shaoce@nj.iscas.ac.cn>2021-11-15 09:17:08 +0800
commit0c660256eb41fb0ba44277a32f39d2a028f797f2 (patch)
treea9261cd00510df831f182952f215f757c169c71a /clang/docs/ControlFlowIntegrity.rst
parent846f33572ee9f7152de27aca38369c3506711e64 (diff)
[NFC] Trim trailing whitespace in *.rst
Diffstat (limited to 'clang/docs/ControlFlowIntegrity.rst')
-rw-r--r--clang/docs/ControlFlowIntegrity.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ControlFlowIntegrity.rst b/clang/docs/ControlFlowIntegrity.rst
index d8537cda1f34..eaf870456b95 100644
--- a/clang/docs/ControlFlowIntegrity.rst
+++ b/clang/docs/ControlFlowIntegrity.rst
@@ -92,7 +92,7 @@ similar to the one below before the program aborts.
bad-cast.cpp:109:7: runtime error: control flow integrity check for type 'B' failed during base-to-derived cast (vtable address 0x000000425a50)
0x000000425a50: note: vtable is of type 'A'
00 00 00 00 f0 f1 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 5a 42 00
- ^
+ ^
If diagnostics are enabled, you can also configure CFI to continue program
execution instead of aborting by using the :ref:`-fsanitize-recover=