xref: /PHP-7.4/ext/exif/tests/bug72603.phpt (revision a68e0767)
1--TEST--
2Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
3--SKIPIF--
4<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
5--FILE--
6<?php
7var_dump(count(exif_read_data(__DIR__ . "/bug72603.jpg")));
8?>
9--EXPECTF--
10Warning: exif_read_data(bug72603.jpg): %s in %s%ebug72603.php on line %d
11int(%d)
12