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

Unified Diff: tools/drmemory/suppressions.txt

Issue 1473913002: Suppress invalid-heap-arg error in pdfium_unittests (Closed) Base URL: https://pdfium.googlesource.com/pdfium.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/drmemory/suppressions.txt
diff --git a/tools/drmemory/suppressions.txt b/tools/drmemory/suppressions.txt
index ee85dfea49795377cef71d4563cce80fa8553f83..2ad8236caeac12eccd45ea4548cf3a2fa274bab8 100644
--- a/tools/drmemory/suppressions.txt
+++ b/tools/drmemory/suppressions.txt
@@ -20,3 +20,9 @@ name=embeddertests:DrM-i#471
*!v8::internal::Deoptimizer::ComputeOutputFrames
*!v8::internal::`anonymous namespace'::Invoke
*!v8::internal::Execution::Call
+
+# PDFium-i#287: new/delete[] mismatch
+INVALID HEAP ARGUMENT
+name=i#287:new-delete-array-mismatch
+drmemorylib.dll!replace_operator_delete_array
+*!NumberlikeArray<>::~NumberlikeArray<>
« 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