| Index: chrome/tools/build/win/win-syzyasan-filter.txt
|
| diff --git a/chrome/tools/build/win/win-syzyasan-filter.txt b/chrome/tools/build/win/win-syzyasan-filter.txt
|
| index 982e7470729e208a0f1d1eac2487635c7022bc09..5c9dbe0f3c4286f3ad96dc082ac49dc57610b9e0 100644
|
| --- a/chrome/tools/build/win/win-syzyasan-filter.txt
|
| +++ b/chrome/tools/build/win/win-syzyasan-filter.txt
|
| @@ -11,5 +11,10 @@
|
|
|
| # This prevents SyzyASAN from instrumenting the 'rc4_wordconv' function, which
|
| # has a known heap-buffer-overflow bug:
|
| -# https://code.google.com/p/chromium/issues/detail?id=174140
|
| -+function:rc4_wordconv
|
| +# http://crbug.com/174140
|
| ++function:rc4_wordconv
|
| +
|
| +# This prevents SyzyASAN from instrumenting the 'OnMouseRange' function, which
|
| +# has a known use-after-free bug:
|
| +# http://crbug.com/145293
|
| ++function:views::HWNDMessageHandler::OnMouseRange
|
|
|