[php-src] PHP-8.5: [8.5] NEWS: add entry for bugfix from GH-22187
Daniel Scherzer <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-07-02T15:30:46-07:00
Commit: https://github.com/php/php-src/commit/76dad0667f7a756aa65bcc1d26cbe6cf87fcdca0
Raw diff: https://github.com/php/php-src/commit/76dad0667f7a756aa65bcc1d26cbe6cf87fcdca0.diff
[8.5] NEWS: add entry for bugfix from GH-22187
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index fceef3f9a3c1..40cbc17db654 100644
--- a/NEWS
+++ b/NEWS
@@ -122,6 +122,10 @@ PHP NEWS
. Fixed bug GH-21972 (Corrupted variable type when a typed by-value return
contains a reference wrapper). (Weilin Du)
+- OpenSSL:
+ . Fixed bug GH-22187 (Memory corruption (zend_mm_heap corrupted) in
+ openssl_encrypt with AES-WRAP-PAD). (David Carlier)
+
- Phar:
. Fixed a bypass of the magic ".phar" directory protection in
Phar::addEmptyDir() for paths starting with "/.phar", while allowing