summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-08-09 14:49:05 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2022-08-09 14:49:05 +0000
commit8ad828c2782355c1747c62b3700bdc052e12e241 (patch)
tree6e869172214f03747fd78d5e8e2dcc8382d769db /tests
parent60b09ff71096ea1332f6c9694bc1abc5d33cf695 (diff)
parent449441210921c8ed417b0c4d5edbccd2d57e23f8 (diff)
downloadgdk-pixbuf-8ad828c2782355c1747c62b3700bdc052e12e241.tar.gz
Merge branch 'gif-lzw-code-size-overflow' into 'master'
Fix overflow when reading GIF images with invalid LZW initial code size. See merge request GNOME/gdk-pixbuf!130
Diffstat (limited to 'tests')
-rw-r--r--tests/test-images/fail/overflow-codes-max.gifbin0 -> 65 bytes
-rw-r--r--tests/test-images/fail/overflow-codes.gifbin0 -> 35 bytes
-rw-r--r--tests/test-images/gif-test-suite/TESTS2
-rw-r--r--tests/test-images/gif-test-suite/invalid-code.conf11
-rw-r--r--tests/test-images/gif-test-suite/invalid-code.gifbin0 -> 35 bytes
-rw-r--r--tests/test-images/gif-test-suite/invalid-colors.gifbin37 -> 35 bytes
-rw-r--r--tests/test-images/gif-test-suite/overflow-codes-max.conf11
-rw-r--r--tests/test-images/gif-test-suite/overflow-codes-max.gifbin0 -> 65 bytes
-rw-r--r--tests/test-images/gif-test-suite/overflow-codes.conf11
-rw-r--r--tests/test-images/gif-test-suite/overflow-codes.gifbin0 -> 35 bytes
10 files changed, 35 insertions, 0 deletions
diff --git a/tests/test-images/fail/overflow-codes-max.gif b/tests/test-images/fail/overflow-codes-max.gif
new file mode 100644
index 000000000..3d507ca7d
--- /dev/null
+++ b/tests/test-images/fail/overflow-codes-max.gif
Binary files differ
diff --git a/tests/test-images/fail/overflow-codes.gif b/tests/test-images/fail/overflow-codes.gif
new file mode 100644
index 000000000..c38053872
--- /dev/null
+++ b/tests/test-images/fail/overflow-codes.gif
Binary files differ
diff --git a/tests/test-images/gif-test-suite/TESTS b/tests/test-images/gif-test-suite/TESTS
index 1d4a3f13f..bc573acf4 100644
--- a/tests/test-images/gif-test-suite/TESTS
+++ b/tests/test-images/gif-test-suite/TESTS
@@ -44,6 +44,8 @@ max-height
255-codes
large-codes
max-codes
+#overflow-codes
+#overflow-codes-max
transparent
invalid-transparent
disabled-transparent
diff --git a/tests/test-images/gif-test-suite/invalid-code.conf b/tests/test-images/gif-test-suite/invalid-code.conf
new file mode 100644
index 000000000..3bf287b4e
--- /dev/null
+++ b/tests/test-images/gif-test-suite/invalid-code.conf
@@ -0,0 +1,11 @@
+# Automatically generated, do not edit!
+[config]
+input = invalid-code.gif
+version = GIF89a
+width = 2
+height = 2
+background = #000000
+loop-count = 0
+force-animation = no
+frames =
+
diff --git a/tests/test-images/gif-test-suite/invalid-code.gif b/tests/test-images/gif-test-suite/invalid-code.gif
new file mode 100644
index 000000000..7d929c943
--- /dev/null
+++ b/tests/test-images/gif-test-suite/invalid-code.gif
Binary files differ
diff --git a/tests/test-images/gif-test-suite/invalid-colors.gif b/tests/test-images/gif-test-suite/invalid-colors.gif
index c3111525a..6c3a7240e 100644
--- a/tests/test-images/gif-test-suite/invalid-colors.gif
+++ b/tests/test-images/gif-test-suite/invalid-colors.gif
Binary files differ
diff --git a/tests/test-images/gif-test-suite/overflow-codes-max.conf b/tests/test-images/gif-test-suite/overflow-codes-max.conf
new file mode 100644
index 000000000..f6d3f38d8
--- /dev/null
+++ b/tests/test-images/gif-test-suite/overflow-codes-max.conf
@@ -0,0 +1,11 @@
+# Automatically generated, do not edit!
+[config]
+input = overflow-codes-max.gif
+version = GIF89a
+width = 2
+height = 2
+background = #000000
+loop-count = 0
+force-animation = no
+frames =
+
diff --git a/tests/test-images/gif-test-suite/overflow-codes-max.gif b/tests/test-images/gif-test-suite/overflow-codes-max.gif
new file mode 100644
index 000000000..3d507ca7d
--- /dev/null
+++ b/tests/test-images/gif-test-suite/overflow-codes-max.gif
Binary files differ
diff --git a/tests/test-images/gif-test-suite/overflow-codes.conf b/tests/test-images/gif-test-suite/overflow-codes.conf
new file mode 100644
index 000000000..19f57fa74
--- /dev/null
+++ b/tests/test-images/gif-test-suite/overflow-codes.conf
@@ -0,0 +1,11 @@
+# Automatically generated, do not edit!
+[config]
+input = overflow-codes.gif
+version = GIF89a
+width = 2
+height = 2
+background = #000000
+loop-count = 0
+force-animation = no
+frames =
+
diff --git a/tests/test-images/gif-test-suite/overflow-codes.gif b/tests/test-images/gif-test-suite/overflow-codes.gif
new file mode 100644
index 000000000..c38053872
--- /dev/null
+++ b/tests/test-images/gif-test-suite/overflow-codes.gif
Binary files differ