summaryrefslogtreecommitdiff
path: root/ext/exif/tests/bug78793.phpt
blob: 033f255ace038826cfe4acc9760ac4953546cd23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #78793: Use-after-free in exif parsing under memory sanitizer
--FILE--
<?php
$f = "ext/exif/tests/bug77950.tiff";
for ($i = 0; $i < 10; $i++) {
    @exif_read_data($f);
}
?>
===DONE===
--EXPECT--
===DONE===