mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
Base: Fix a broken commit link in Mitigations(7)
This commit is contained in:
parent
ff67340d81
commit
7e959d7430
Notes:
sideshowbarker
2024-07-18 22:07:41 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7e959d74307
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user