summaryrefslogtreecommitdiffstats
path: root/docs/SafeStack.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-06-24 12:11:04 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-06-24 12:11:04 +0000
commitf30899265a93b7823036eaa102758baff0a26974 (patch)
tree309cf82cd3fb9eb8cd4de5d8aaed9e9c802ec130 /docs/SafeStack.rst
parent9653c7afaad3597a857fa692b4aef9aae961655f (diff)
Silencing some Sphinx warnings about duplicate explicit target names.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SafeStack.rst')
-rw-r--r--docs/SafeStack.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SafeStack.rst b/docs/SafeStack.rst
index 2412512aee..79e02cabef 100644
--- a/docs/SafeStack.rst
+++ b/docs/SafeStack.rst
@@ -25,7 +25,7 @@ Performance
The performance overhead of the SafeStack instrumentation is less than 0.1% on
average across a variety of benchmarks (see the `Code-Pointer Integrity
-<http://dslab.epfl.ch/pubs/cpi.pdf>`_ paper for details). This is mainly
+<http://dslab.epfl.ch/pubs/cpi.pdf>`__ paper for details). This is mainly
because most small functions do not have any variables that require the unsafe
stack and, hence, do not need unsafe stack frames to be created. The cost of
creating unsafe stack frames for large functions is amortized by the cost of
@@ -174,14 +174,14 @@ current thread.
Design
======
-Please refer to the `Code-Pointer Integrity <http://dslab.epfl.ch/proj/cpi/>`_
+Please refer to the `Code-Pointer Integrity <http://dslab.epfl.ch/proj/cpi/>`__
project page for more information about the design of the SafeStack and its
related technologies.
Publications
------------
-`Code-Pointer Integrity <http://dslab.epfl.ch/pubs/cpi.pdf>`_.
+`Code-Pointer Integrity <http://dslab.epfl.ch/pubs/cpi.pdf>`__.
Volodymyr Kuznetsov, Laszlo Szekeres, Mathias Payer, George Candea, R. Sekar, Dawn Song.
USENIX Symposium on Operating Systems Design and Implementation
(`OSDI <https://www.usenix.org/conference/osdi14>`_), Broomfield, CO, October 2014