summaryrefslogtreecommitdiffstats
path: root/php-5.5.25-systzdata-v12.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-01 11:00:36 +0100
committerRemi Collet <remi@remirepo.net>2018-03-01 11:00:36 +0100
commit0a0c58dff2291870b56cec15fabf27119179c997 (patch)
treef88a2f98cf3eca3a515f66114341de807337994d /php-5.5.25-systzdata-v12.patch
parentb7dc0096c61deb8d3f7fb61d636b874ce1452197 (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.patch3
1 files changed, 3 insertions, 0 deletions
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.