Update fuzzer_environment.md

This commit is contained in:
inferno-chromium 2016-11-26 15:59:29 -08:00 committed by GitHub
parent bae4862176
commit 69b3eea9fc
1 changed files with 3 additions and 4 deletions

View File

@ -1,13 +1,12 @@
# Fuzzer environment on ClusterFuzz
Your fuzzers will be run on ClusterFuzz (Linux environment) with some security restrictions.
Your fuzzers will be run on a [Google Compute Engine](https://cloud.google.com/compute/) VM (Linux) with some security restrictions.
## Current working directory
You cannot make any assumptions about the current working directory of your
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. This may change in the near
future.
directory where your fuzzer executable is located.
## Filesystem