1--TEST-- 2Bug #72094: Out of bounds heap read access in exif header processing 3--EXTENSIONS-- 4exif 5--FILE-- 6<?php 7print_r(exif_read_data(__DIR__ . '/bug72094_1.jpg')); 8print_r(exif_read_data(__DIR__ . '/bug72094_2.jpg')); 9print_r(exif_read_data(__DIR__ . '/bug72094_3.jpg')); 10print_r(exif_read_data(__DIR__ . '/bug72094_4.jpg')); 11?> 12DONE 13--EXPECTF-- 14Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 15 16Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 17 18Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 19 20Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 21 22Warning: exif_read_data(bug72094_1.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 23 24Warning: exif_read_data(bug72094_1.jpg): Process tag(x8298=Copyright): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 25 26Warning: exif_read_data(bug72094_1.jpg): Illegal IFD offset in %sbug72094.php on line %d 27 28Warning: exif_read_data(bug72094_1.jpg): File structure corrupted in %s%ebug72094.php on line %d 29 30Warning: exif_read_data(bug72094_1.jpg): Invalid JPEG file in %s%ebug72094.php on line %d 31 32Warning: exif_read_data(bug72094_2.jpg): Illegal IFD size in %s%ebug72094.php on line %d 33 34Warning: exif_read_data(bug72094_2.jpg): File structure corrupted in %s%ebug72094.php on line %d 35 36Warning: exif_read_data(bug72094_2.jpg): Invalid JPEG file in %s%ebug72094.php on line %d 37 38Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 39 40Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 41 42Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 43 44Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 45 46Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 47 48Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d 49 50Warning: exif_read_data(bug72094_3.jpg): Illegal IFD size in %s%ebug72094.php on line %d 51 52Warning: exif_read_data(bug72094_3.jpg): File structure corrupted in %s%ebug72094.php on line %d 53 54Warning: exif_read_data(bug72094_3.jpg): Invalid JPEG file in %s%ebug72094.php on line %d 55 56Warning: exif_read_data(bug72094_4.jpg): Invalid TIFF start (1) in %s%ebug72094.php on line %d 57 58Warning: exif_read_data(bug72094_4.jpg): File structure corrupted in %s%ebug72094.php on line %d 59 60Warning: exif_read_data(bug72094_4.jpg): Invalid JPEG file in %s%ebug72094.php on line %d 61DONE 62