Commit 21fe7149e78 for php.net
commit 21fe7149e788c79c41030eba840a4e95ad4ec4c0
Merge: 800c35027ea 9cf6f875291
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Mon Dec 15 22:47:07 2025 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-20695: Assertion failure in normalize_value() when parsing malformed INI input via parse_ini_string()
diff --cc NEWS
index 3dd85860a2e,d58644fe15b..717abe942ba
--- a/NEWS
+++ b/NEWS
@@@ -5,10 -5,15 +5,12 @@@ PH
- Core:
. Fix OSS-Fuzz #465488618 (Wrong assumptions when dumping function signature
with dynamic class const lookup default argument). (ilutov)
+ . Fixed bug GH-20695 (Assertion failure in normalize_value() when parsing
+ malformed INI input via parse_ini_string()). (ndossche)
-- Bz2:
- . Fixed bug GH-20620 (bzcompress overflow on large source size).
- (David Carlier)
-
-- GD:
- . Fixed bug GH-20622 (imagestring/imagestringup overflow). (David Carlier)
+- EXIF:
+ . Fixed bug GH-20631 (Integer underflow in exif HEIF parsing
+ when pos.size < 2). (Oblivionsage)
- LDAP:
. Fix memory leak in ldap_set_options(). (ndossche)