]> granicus.if.org Git - php/commit
Fix # 79171: heap-buffer-overflow in phar_extract_file
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 26 Jan 2020 15:03:35 +0000 (16:03 +0100)
committerStanislav Malyshev <stas@php.net>
Mon, 17 Feb 2020 08:20:04 +0000 (00:20 -0800)
commit7df594b9437aa4f127581e4c88da99e7c41a9b14
tree7c474786de7c7b0b997b700e86d5d53c325b69c2
parent6facfa59a5273a7084fabe13f215bb17215218c4
Fix # 79171: heap-buffer-overflow in phar_extract_file

We must not access memory outside of the allocated buffer.
ext/phar/phar_object.c