From 10f4882e2ed191ffac0cc5e243b9ad32478c36c8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Mar 2018 10:42:24 +0100 Subject: fix #73549: Use after free when stream is passed to imagepng fix #75981: stack-buffer-overflow while parsing HTTP response --- php-5.5.25-systzdata-v12.patch | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php-5.5.25-systzdata-v12.patch') diff --git a/php-5.5.25-systzdata-v12.patch b/php-5.5.25-systzdata-v12.patch index c4e56ae..b893e65 100644 --- a/php-5.5.25-systzdata-v12.patch +++ b/php-5.5.25-systzdata-v12.patch @@ -1,3 +1,7 @@ +# License: MIT +# http://opensource.org/licenses/MIT + + Add support for use of the system timezone database, rather than embedding a copy. Discussed upstream but was not desired. -- cgit