xref: /PHP-8.2/ext/exif/tests/bug78256.phpt (revision bd9f4fa6)
1--TEST--
2Bug #78256 (heap-buffer-overflow on exif_process_user_comment)
3--EXTENSIONS--
4exif
5--FILE--
6<?php
7@exif_read_data(__DIR__."/bug78256.jpg", 'COMMENT', FALSE, TRUE);
8?>
9DONE
10--EXPECT--
11DONE
12