summaryrefslogtreecommitdiff
path: root/ext/exif/tests/tag_with_illegal_zero_components.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/tests/tag_with_illegal_zero_components.phpt')
-rw-r--r--ext/exif/tests/tag_with_illegal_zero_components.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/exif/tests/tag_with_illegal_zero_components.phpt b/ext/exif/tests/tag_with_illegal_zero_components.phpt
index 26422db7ca..f3e434ed10 100644
--- a/ext/exif/tests/tag_with_illegal_zero_components.phpt
+++ b/ext/exif/tests/tag_with_illegal_zero_components.phpt
@@ -1,5 +1,11 @@
--TEST--
OSS-Fuzz #17163: Out-of-bounds read due to tag with zero components
+--SKIPIF--
+<?php
+if (!extension_loaded('exif')) {
+ die('skip exif extension not available');
+}
+?>
--FILE--
<?php