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

Unified Diff: tools/xsan.blacklist

Issue 1580113002: Remove size check from SkCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix return statements Created 4 years, 11 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 | « src/codec/SkCodec.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/xsan.blacklist
diff --git a/tools/xsan.blacklist b/tools/xsan.blacklist
index fc06c458f1e361032d2c8e4127d1a60a8d995b88..57c80207593e1183bd9be384e287d42d67d0f343 100644
--- a/tools/xsan.blacklist
+++ b/tools/xsan.blacklist
@@ -9,7 +9,4 @@
# Suppress third_party/externals. We mostly care about our own code.
src:.*third_party/externals.*
-# Temporarily stifle while we fix integer overflow. skia:4667
-fun:_ZN7SkCodec13NewFromStreamEP8SkStreamP16SkPngChunkReader
-
#endif
« no previous file with comments | « src/codec/SkCodec.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698