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
2 files changed