diff options
author | Stanislav Malyshev <stas@php.net> | 2019-07-29 13:19:16 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2019-07-29 13:19:16 -0700 |
commit | 284fb08fdc7465db6ed550b088bc0e7d38ddac4e (patch) | |
tree | 49ac6a87f810c5b2fc16e887c18af380baad9233 /ext/phar/tests | |
parent | dc7aa22b18b710aaa837c9466e9a77241f909c8a (diff) | |
parent | cd1101e8c87aa175c2d5e87ddec656e50ef4ab5d (diff) | |
download | php-git-284fb08fdc7465db6ed550b088bc0e7d38ddac4e.tar.gz |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix #77919: Potential UAF in Phar RSHUTDOWN
Update NEWS
Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)
Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)
Diffstat (limited to 'ext/phar/tests')
-rw-r--r-- | ext/phar/tests/bug71488.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/phar/tests/bug71488.phpt b/ext/phar/tests/bug71488.phpt index 9c58d89488..7f8f6c00af 100644 --- a/ext/phar/tests/bug71488.phpt +++ b/ext/phar/tests/bug71488.phpt @@ -15,4 +15,7 @@ DONE ?> --EXPECTF-- Fatal error: Uncaught BadMethodCallException: tar-based phar "%s/bug71488.test" cannot be created, link "%s" is too long for format in %sbug71488.php:%d -Stack trace:%A
\ No newline at end of file +Stack trace: +#0 %s(%d): PharData->decompress('test') +#1 {main} + thrown in %s on line %d |