Skip to content

Commit 8b0fc8c

Browse files
authored
Forkserver: Add __AFL_SHM_FUZZ_MAP_SIZE, clean up env variables (#3235)
* Clean up env variables, add env for map size * Bring back lockfiles * fix * PAGE_SIZE->MAP_SIZE
1 parent b5ab6ba commit 8b0fc8c

File tree

9 files changed

+2011
-324
lines changed

9 files changed

+2011
-324
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ out
44
vendor
55

66
# cargo lockfiles except from binaries
7-
**/Cargo.lock
7+
Cargo.lock
8+
./**/Cargo.lock
9+
# Un-ignore Cargo.lock files within the fuzzers directory
10+
!./fuzzers/**/Cargo.lock
811

912
.DS_Store
1013
.env

0 commit comments

Comments
 (0)