From 0a0c58dff2291870b56cec15fabf27119179c997 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Mar 2018 11:00:36 +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 | 3 +++ 1 file changed, 3 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..ab1537e 100644 --- a/php-5.5.25-systzdata-v12.patch +++ b/php-5.5.25-systzdata-v12.patch @@ -1,3 +1,6 @@ +# 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