f44631b133
This check is useless because it is vulnerable to integer overflow. Also, I don't think this is the right way to solve the problem of "too large" images. For example, many image specs allow images larger than this, so we should too. BUG=skia:4667 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1580113002 Review URL: https://codereview.chromium.org/1580113002
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
#if 0
|
|
|
|
# This file must be a no-op C #include header, and a valid *SAN blacklist file.
|
|
# Luckily, anything starting with # is a comment to *SAN blacklist files,
|
|
# and anything inside #if 0 is ignored by C. Yippee!
|
|
#
|
|
# If you want to type '*', type '.*' instead. Don't make C comments!
|
|
|
|
# Suppress third_party/externals. We mostly care about our own code.
|
|
src:.*third_party/externals.*
|
|
|
|
#endif
|