Skip to content

Commit

Permalink
fix(exploit.c): increase pipe spray size vs open fail
Browse files Browse the repository at this point in the history
  • Loading branch information
V4bel-theori committed Aug 16, 2024
1 parent a8551ba commit 1a83b9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define PAGE_SIZE 0x1000

#define FIRST_SPRAY_SZ 0x1800
#define FIRST_SPRAY_SZ 0x1c00
#define SECOND_SPRAY_SZ (FIRST_SPRAY_SZ + 0x400)
#define THIRD_SPRAY_SZ (SECOND_SPRAY_SZ + 0x400)

Expand Down

0 comments on commit 1a83b9e

Please sign in to comment.