diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-01 10:42:24 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-01 10:42:24 +0100 |
commit | 10f4882e2ed191ffac0cc5e243b9ad32478c36c8 (patch) | |
tree | 16453d56779010c69011a205a0d8c25240d77df9 /php-5.5.25-systzdata-v12.patch | |
parent | 0e26c7b3a2d48b2fe256b8b7074b02218cfd46c1 (diff) |
fix #73549: Use after free when stream is passed to imagepng
fix #75981: stack-buffer-overflow while parsing HTTP response
Diffstat (limited to 'php-5.5.25-systzdata-v12.patch')
-rw-r--r-- | php-5.5.25-systzdata-v12.patch | 4 |
1 files changed, 4 insertions, 0 deletions
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. |