Update fuzzer_environment.md

This commit is contained in:
inferno-chromium 2016-11-29 11:47:37 -08:00 committed by GitHub
parent 7454294ae8
commit dba303e38d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ You should not make any assumptions about the current working directory of your
fuzzer. If you need to load data files, please use `argv[0]` to get the
directory where your fuzzer executable is located.
## Filesystem
## File system
Everything except `/tmp` is read-only, including the directory that your fuzzer
executable lives in. Note that `/tmp` is limited in size (64MB).