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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 1467203002: Update the suppression for intentional memcpy overlap 542575, move it to the proper section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 3057062b305059ce3b6623b3c5a2d76443b08b94..7aa6fcfae88810e2cb2ab3238c77b66d3305862f 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -546,6 +546,17 @@
fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEEb
}
+{
+ bug_542575 (Intentional)
+ Memcheck:Overlap
+ fun:memcpy@@GLIBC_2.14
+ ...
+ fun:BrotliDecompressBuffer
+ fun:_ZN3ots18ConvertWOFF2ToSFNTEPNS_4FontEPhmPKhm
+ fun:_ZN12_GLOBAL__N_112ProcessWOFF2EPN3ots12OpenTypeFileEPNS0_4FontEPNS0_9OTSStreamEPKhm
+ fun:_ZN3ots10OTSContext7ProcessEPNS_9OTSStreamEPKhmj
+ fun:_ZN5blink17OpenTypeSanitizer8sanitizeEv
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
@@ -3384,18 +3395,6 @@
fun:_ZN7content24NavigationControllerImpl30NavigateToPendingEntryInternalENS_20NavigationController10ReloadTypeE
}
{
- bug_542575
- Memcheck:Overlap
- fun:memcpy@@GLIBC_2.14
- fun:BrotliDecompressStreaming
- fun:BrotliDecompress
- fun:BrotliDecompressBuffer
- fun:_ZN3ots18ConvertWOFF2ToSFNTEPNS_4FontEPhmPKhm
- fun:_ZN12_GLOBAL__N_112ProcessWOFF2EPN3ots12OpenTypeFileEPNS0_4FontEPNS0_9OTSStreamEPKhm
- fun:_ZN3ots10OTSContext7ProcessEPNS_9OTSStreamEPKhmj
- fun:_ZN5blink17OpenTypeSanitizer8sanitizeEv
-}
-{
bug_542875
Memcheck:Leak
fun:malloc
« 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