aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2024-01-16 19:11:27 -0800
committerCosmin Truta <ctruta@gmail.com>2024-01-17 12:43:31 +0200
commitda109d3e6efc51ec53313c75b2b6290bfe573f39 (patch)
treea84fe96e28d6ac7c3657b531b78a83d7728f3abe
parentf9348b77da2b0125c4c4de741f1851cee547e14a (diff)
downloadlibpng-da109d3e6efc51ec53313c75b2b6290bfe573f39.tar.gz
Improve test coverage with a "correctly" damaged palette index test
The PNG IDAT did not include a '255' entry, the highest entry is '254', this corrects the test PNG to have a palette with only 254 entries so that it triggers the palette index checks. Signed-off-by: John Bowler <jbowler@acm.org> Signed-off-by: Cosmin Truta <ctruta@gmail.com>
-rw-r--r--contrib/testpngs/badpal/test-palette-8.pngbin2731 -> 2728 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/contrib/testpngs/badpal/test-palette-8.png b/contrib/testpngs/badpal/test-palette-8.png
index 20f0b5268..46d099354 100644
--- a/contrib/testpngs/badpal/test-palette-8.png
+++ b/contrib/testpngs/badpal/test-palette-8.png
Binary files differ