diff options
author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2019-01-23 20:39:07 +0000 |
---|---|---|
committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2019-01-23 20:39:07 +0000 |
commit | adcb3f520bc51d4acba78ae33eeb21eee085b2fa (patch) | |
tree | dda7dc2cfd07ae69d7180d6368c26aa29dd127c9 /clang/docs/ControlFlowIntegrity.rst | |
parent | 897129dc3fe79137e00c5dccc30e11221dbd6d7f (diff) | |
download | bcm5719-llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.tar.gz bcm5719-llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.zip |
[Documentation] Use HTTPS whenever possible
Differential revision: https://reviews.llvm.org/D56946
llvm-svn: 351976
Diffstat (limited to 'clang/docs/ControlFlowIntegrity.rst')
-rw-r--r-- | clang/docs/ControlFlowIntegrity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ControlFlowIntegrity.rst b/clang/docs/ControlFlowIntegrity.rst index b0b37f83f1c..f57bdf5d2cb 100644 --- a/clang/docs/ControlFlowIntegrity.rst +++ b/clang/docs/ControlFlowIntegrity.rst @@ -335,7 +335,7 @@ Please refer to the :doc:`design document<ControlFlowIntegrityDesign>`. Publications ============ -`Control-Flow Integrity: Principles, Implementations, and Applications <http://research.microsoft.com/pubs/64250/ccs05.pdf>`_. +`Control-Flow Integrity: Principles, Implementations, and Applications <https://research.microsoft.com/pubs/64250/ccs05.pdf>`_. Martin Abadi, Mihai Budiu, Ăšlfar Erlingsson, Jay Ligatti. `Enforcing Forward-Edge Control-Flow Integrity in GCC & LLVM <http://www.pcc.me.uk/~peter/acad/usenix14.pdf>`_. |