| commit | c27a70d048b84b89eff23e753e4c4d8e8bd49600 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Fri Jul 14 23:33:04 2017 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Fri Jul 14 23:33:04 2017 +0000 |
| tree | ccac3e76da6fddd697ca9b26ea120dd1ddaca258 | |
| parent | b9a8f7ab1fd17fe649499ae278af6b876bfe5bd1 [diff] |
[libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1 With this change, libFuzzer will ignore any arguments after a sigil argument, but it will preserve these arguments at the end of the command line when launching subprocesses. Using this, its possible to handle positional and single-dash arguments to the program under test by discarding everything up to -ignore_remaining_args=1 in LLVMFuzzerInitialize. llvm-svn: 308069