diff options
-rwxr-xr-x | ext/exif/tests/bug60150.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/tests/bug60150.phpt b/ext/exif/tests/bug60150.phpt index b431f39364..63cf0a9daf 100755 --- a/ext/exif/tests/bug60150.phpt +++ b/ext/exif/tests/bug60150.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #34704 (Integer overflow during the parsing of invalid exif header) +Bug #60150 (Integer overflow during the parsing of invalid exif header) --SKIPIF-- <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?> --INI-- |