]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 12 Feb 2019 08:28:47 +0000 (09:28 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 12 Feb 2019 08:29:05 +0000 (09:29 +0100)
1  2 
NEWS
ext/exif/exif.c

diff --cc NEWS
index a1fb54f0df546ece4f5cb4aba273d1af29408411,533b04e5ee743dcae6ace02d6a988796fc341259..9f8cee14627f3761ed3aa0e54a5d0d6a95d8b3c1
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -5,27 -5,10 +5,30 @@@ PH
  - Core:
    . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
      (Laruence)
 +  . Fixed bug #77329 (Buffer Overflow via overly long Error Messages).
 +    (Dmitry)
 +  . Fixed bug #77494 (Disabling class causes segfault on member access).
 +    (Dmitry)
 +  . Fixed bug #77498 (Custom extension Segmentation fault when declare static
 +    property). (Nikita)
 +  . Fixed bug #77530 (PHP crashes when parsing `(2)::class`). (Ekin)
 +  . Fixed bug #77546 (iptcembed broken function). (gdegoulet)
  
+ - Exif:
+   . Fixed bug #77564 (Memory leak in exif_process_IFD_TAG). (Ben Ramsey)
 +- Mbstring:
 +  . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
 +    (Nikita)
 +
 +- MySQLnd:
 +  . Fixed bug #77599 (Unbuffered queries; native prepared statements memory
 +    leak). (Dmitry)
 +
 +- OpenSSL:
 +  . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
 +    records). (Abyl Valg, Jakub Zelenka)
 +
  - PDO_OCI:
    . Support Oracle Database tracing attributes ACTION, MODULE,
      CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
diff --cc ext/exif/exif.c
Simple merge