| Index: build/config/sanitizers/sanitizers.gni
|
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
|
| index 07950113f80da371a0e95fd38c51da6252ec3221..79681142b1f133f950057e2a753d3112500d6d6d 100644
|
| --- a/build/config/sanitizers/sanitizers.gni
|
| +++ b/build/config/sanitizers/sanitizers.gni
|
| @@ -34,7 +34,7 @@ declare_args() {
|
|
|
| # Enable building with SyzyAsan which can find certain types of memory
|
| # errors. Only works on Windows. See
|
| - # https://code.google.com/p/sawbuck/wiki/SyzyASanHowTo
|
| + # https://github.com/google/syzygy/wiki/SyzyASanHowTo
|
| is_syzyasan = false
|
|
|
| # Compile with Control Flow Integrity to protect virtual calls and casts.
|
|
|