| Index: build/config/sanitizers/sanitizers.gni
|
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
|
| index 032380780236e6d23471a184a5ad34b009da1129..c467db2a82bbe6da0a6b22fc7a16a9d4df7baea0 100644
|
| --- a/build/config/sanitizers/sanitizers.gni
|
| +++ b/build/config/sanitizers/sanitizers.gni
|
| @@ -49,6 +49,10 @@ declare_args() {
|
| # See http://www.chromium.org/developers/testing/libfuzzer
|
| use_libfuzzer = false
|
|
|
| + # Enables core ubsan security features. Will later be removed once it matches
|
| + # is_ubsan.
|
| + is_ubsan_security = false
|
| +
|
| # Compile for fuzzing with Dr. Fuzz
|
| # See http://www.chromium.org/developers/testing/dr-fuzz
|
| use_drfuzz = false
|
|
|