commit | fdd5b69feff3cf534a76e6c9855329631ebcc585 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Fri Aug 24 17:17:59 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Aug 27 15:05:47 2018 +0000 |
tree | 450fe8581e3278df1a461b0302a1337a32b387e0 | |
parent | 793324cf4d8d53330eec44c53f884815283b01b0 [diff] |
Ignore PLTE chunks in non-palette PNGs Bug: oss-fuzz:10020 Change-Id: I2dd0dd07983fcc851ea6ec0980a5a30dbe312b62 Reviewed-on: https://skia-review.googlesource.com/149261 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
diff --git a/third_party/libpng/pnglibconf.h b/third_party/libpng/pnglibconf.h index aa45c5d..7fe747d 100644 --- a/third_party/libpng/pnglibconf.h +++ b/third_party/libpng/pnglibconf.h
@@ -6,3 +6,4 @@ */ #include "../externals/libpng/scripts/pnglibconf.h.prebuilt" +#undef PNG_READ_OPT_PLTE_SUPPORTED