diff options
author | Andreas Kling <kling@serenityos.org> | 2021-02-20 09:32:40 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-20 09:32:40 +0100 |
commit | 7e959d74307ed7dfca7c7a3d6b13b24f97dc56c9 (patch) | |
tree | e35e4621b7900ad80fb3fe6a4cd7b7d3e705bdf3 /Base/usr/share | |
parent | ff67340d819f3ccafb079cd853385d3d6d82fc74 (diff) | |
download | serenity-7e959d74307ed7dfca7c7a3d6b13b24f97dc56c9.zip |
Base: Fix a broken commit link in Mitigations(7)
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man7/Mitigations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man7/Mitigations.md b/Base/usr/share/man/man7/Mitigations.md index 1d8183e1c7..eb01a4986d 100644 --- a/Base/usr/share/man/man7/Mitigations.md +++ b/Base/usr/share/man/man7/Mitigations.md @@ -212,7 +212,7 @@ The compiler implements the mitigation by storing a canary value randomized on p functions. Code is then generated to check that stack canary on function return and crash if the value has been changed, and hence a stack corruption has been detected. -`-fstack-protector` was first enabled in the following [commit](https://github.com/SerenityOS/serenity/commit/67142562310e631156d1f64aff22f068ae2c48a5e): +`-fstack-protector` was first enabled in the following [commit](https://github.com/SerenityOS/serenity/commit/842716a0b5eceb8db31416cd643720c1037032b2): ``` commit 842716a0b5eceb8db31416cd643720c1037032b2 |