]> granicus.if.org Git - php/commitdiff
news entry for 74651
authorJoe Watkins <krakjoe@php.net>
Thu, 6 Jul 2017 07:20:21 +0000 (08:20 +0100)
committerJoe Watkins <krakjoe@php.net>
Thu, 6 Jul 2017 07:20:21 +0000 (08:20 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 97c10535e3c2fb2f60f69a3096337a81b039362d..23296b95260b2ca2b841fcb0f2925c0f495fce5d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,8 @@ PHP                                                                        NEWS
 - OpenSSL:
   . Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in
     content). (Anatol)
+  . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
+    (Stas)
 
 - PDO_OCI:
   . Support Instant Client 12.2 in --with-pdo-oci configure option.