From 7617655609913a8abafd40e7db4986715e537843 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Fri, 20 Jan 2017 11:55:22 -0800 Subject: [PATCH] Update fuzzer_environment.md --- docs/fuzzer_environment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/fuzzer_environment.md b/docs/fuzzer_environment.md index 5b35afd95..29e1b3301 100644 --- a/docs/fuzzer_environment.md +++ b/docs/fuzzer_environment.md @@ -17,6 +17,10 @@ You can ensure that the fuzz target works correctly by using `run_fuzzer` comman a clean base-runner docker container and not the base-builder docker container created during build-time. +## argv[0] + +You must not modify argv[0]. It is required for certain things to work correctly. + ## Current working directory You should not make any assumptions about the current working directory of your