commit | 34e8fe047921fa8fb04cd6fd600a00e8dc6a6385 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Tue Aug 28 08:26:34 2018 -0400 |
committer | Leon Scroggins III <scroggo@google.com> | Tue Aug 28 08:33:07 2018 -0400 |
tree | 95dcf6b72b9e5af3290852bae26cdd3d78e3743c | |
parent | 62f5255389a91db9332ca2a1946ce8ab2a594d44 [diff] |
Undefine PNG_READ_OPT_PLTE_SUPPORTED Bug: 113211371 Test: not feasible - this prevents out of bounds read With PNG_READ_OPT_PLTE_SUPPORTED defined, a PLTE chunk following a tRNS chunk will negate the tRNS chunk for an image which is not paletted. The result is that we may read out of bounds. Change-Id: I4c6032e077b220f8349ab9e7c4102c460d1a7ea2