From 21b7c32af01f66435f26d62d53dcf6816d6e43c5 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 31 Dec 2022 17:21:53 +0100 Subject: [PATCH] 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. --- Base/usr/share/man/man7/Mitigations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Base/usr/share/man/man7/Mitigations.md b/Base/usr/share/man/man7/Mitigations.md index 299dea110b..9b67851356 100644 --- a/Base/usr/share/man/man7/Mitigations.md +++ b/Base/usr/share/man/man7/Mitigations.md @@ -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 -Date: Mon Mar 21 22:59:48 2022 +0200 +commit 1ad0e05ea1d3491e4724669d6f00f5668d8e0aa1 +Author: Idan Horowitz +Date: Mon Mar 21 22:59:48 2022 +0200 Kernel: Add an extremely primitive version of KASLR ```