Update reference.md

This commit is contained in:
Mike Aizatsky 2016-12-29 14:33:51 -08:00 committed by GitHub
parent 708f958c13
commit a0e4cb88c9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Supported sanitizers:
| `undefined` | [Undefined Behavior Sanitizer](http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).
| `memory` | [Memory Sanitizer](https://github.com/google/sanitizers/wiki/MemorySanitizer). *NOTE: It is critical that you build __all__ the code in your program (including libraries it uses) with memory sanitizer.*
Compiler flag values for predefined configurations are specified in the [Dockerfile](../base-images/base-builder/Dockerfile).
Compiler flag values for predefined configurations are specified in the [Dockerfile](../infra/base-images/base-builder/Dockerfile).
These flags can be overriden by specifying `$SANITIZER_FLAGS` directly.
You can choose which configurations to automatically run your fuzzers with in `project.yaml` file ([sqlite3](../../../projects/sqlite3/project.yaml)):