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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « src/codec/SkCodec.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #if 0 1 #if 0
2 2
3 # This file must be a no-op C #include header, and a valid *SAN blacklist file. 3 # This file must be a no-op C #include header, and a valid *SAN blacklist file.
4 # Luckily, anything starting with # is a comment to *SAN blacklist files, 4 # Luckily, anything starting with # is a comment to *SAN blacklist files,
5 # and anything inside #if 0 is ignored by C. Yippee! 5 # and anything inside #if 0 is ignored by C. Yippee!
6 # 6 #
7 # If you want to type '*', type '.*' instead. Don't make C comments! 7 # If you want to type '*', type '.*' instead. Don't make C comments!
8 8
9 # Suppress third_party/externals. We mostly care about our own code. 9 # Suppress third_party/externals. We mostly care about our own code.
10 src:.*third_party/externals.* 10 src:.*third_party/externals.*
11 11
12 # Temporarily stifle while we fix integer overflow. skia:4667
13 fun:_ZN7SkCodec13NewFromStreamEP8SkStreamP16SkPngChunkReader
14
15 #endif 12 #endif
OLDNEW
« 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