mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Meta: Fix link to wrong version of commit in Mitigations.md
The old commit seems to be the one from the PR, hence it is not in the master branch.
This commit is contained in:
parent
b1e977e18a
commit
21b7c32af0
1 changed files with 4 additions and 4 deletions
|
@ -393,12 +393,12 @@ The location of the kernel code is randomized at boot time, this ensures that at
|
|||
can not use a hardcoded kernel addresses when attempting ROP, instead they must first find
|
||||
an additional information leak to expose the KASLR offset.
|
||||
|
||||
It was first enabled in the following [commit](https://github.com/SerenityOS/serenity/commit/ece5a9a1088012ca9fadfb7e0bc3edd8029d36ad):
|
||||
It was first enabled in the following [commit](https://github.com/SerenityOS/serenity/commit/1ad0e05ea1d3491e4724669d6f00f5668d8e0aa1):
|
||||
|
||||
```
|
||||
commit ece5a9a1088012ca9fadfb7e0bc3edd8029d36ad
|
||||
Author Idan Horowitz <idan.horowitz@gmail.com>
|
||||
Date: Mon Mar 21 22:59:48 2022 +0200
|
||||
commit 1ad0e05ea1d3491e4724669d6f00f5668d8e0aa1
|
||||
Author: Idan Horowitz <idan.horowitz@gmail.com>
|
||||
Date: Mon Mar 21 22:59:48 2022 +0200
|
||||
|
||||
Kernel: Add an extremely primitive version of KASLR
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue