Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: chrome/tools/build/win/win-syzyasan-filter.txt

Issue 14195017: Prevents SyzyASAN from instrumenting the 'OnMouseRange' function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Gab's nits. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698