Skip to content

Commit 87044ae

Browse files
committed
Update exploit.c
1 parent 4613ed6 commit 87044ae

File tree

1 file changed

+1
-1
lines changed
  • pocs/linux/kernelctf/CVE-2024-53141_lts/exploit/lts-6.6.62

1 file changed

+1
-1
lines changed

pocs/linux/kernelctf/CVE-2024-53141_lts/exploit/lts-6.6.62/exploit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ int main(int argc, char **argv)
487487
SYSCHK(socketpair(AF_UNIX, SOCK_STREAM, 0, spray_fd[i]));
488488
}
489489

490-
// make comment_string be allocated under kmalloc-cg-192
490+
// make comment_string be allocated under kmalloc-192
491491
memset(comment_string, 'a', 0x90);
492492

493493
msg.mtype = 1;

0 commit comments

Comments
 (0)