Chromium Code Reviews| 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..c96aff1a87bb4f167f6c34e7409759601d5e7170 100644 |
| --- a/chrome/tools/build/win/win-syzyasan-filter.txt |
| +++ b/chrome/tools/build/win/win-syzyasan-filter.txt |
| @@ -12,4 +12,9 @@ |
| # 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 |
| ++function:rc4_wordconv |
| + |
| +# This prevents SyzyASAN from instrumenting the 'OnMouseRange' function, which |
| +# has a known use-after-free bug: |
| +# https://code.google.com/p/chromium/issues/detail?id=145293 |
|
gab
2013/04/19 14:24:33
nit: Typically links to bugs in comments use the s
Sébastien Marchand
2013/04/19 15:30:09
Done.
|
| ++function:views::HWNDMessageHandler::OnMouseRange |