Skip to content

Commit

Permalink
Update exploit.c
Browse files Browse the repository at this point in the history
  • Loading branch information
st424204 committed Jan 7, 2025
1 parent 4613ed6 commit 9e224ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9e224ca

Please sign in to comment.