9
9
(cmb)
10
10
. Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
11
11
(cmb)
12
+ . Fixed bug Bug #80972 (Memory exhaustion on invalid string offset). (girgias)
12
13
13
14
- pgsql:
14
15
. Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast(). (cmb)
@@ -210,7 +211,7 @@ PHP NEWS
210
211
PROCEDURE resultset SIGNAL). (Nikita)
211
212
212
213
- Standard:
213
- . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
214
+ . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
214
215
(CVE-2020-7071) (cmb)
215
216
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
216
217
. Fixed bug #80411 (References to null-serialized object break serialize()).
@@ -349,7 +350,7 @@ PHP NEWS
349
350
. Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
350
351
. Fixed bug #80049 (Memleak when coercing integers to string via variadic
351
352
argument). (Nikita)
352
- . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
353
+ . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
353
354
cookies can be sent). (CVE-2020-7070) (Stas)
354
355
355
356
- Calendar:
@@ -368,7 +369,7 @@ PHP NEWS
368
369
handlers changed). (SammyK)
369
370
370
371
- OpenSSL:
371
- . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
372
+ . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
372
373
bytes IV). (CVE-2020-7069) (Jakub Zelenka)
373
374
374
375
- PDO:
@@ -450,7 +451,7 @@ PHP NEWS
450
451
(cmb)
451
452
452
453
- Core:
453
- . Fixed bug #79877 (getimagesize function silently truncates after a null
454
+ . Fixed bug #79877 (getimagesize function silently truncates after a null
454
455
byte) (cmb)
455
456
. Fixed bug #79740 (serialize() and unserialize() methods can not be called
456
457
statically). (Nikita)
@@ -511,7 +512,7 @@ PHP NEWS
511
512
. Fixed possibly unsupported timercmp() usage. (cmb)
512
513
513
514
- Exif:
514
- . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
515
+ . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
515
516
(cmb)
516
517
517
518
- Fileinfo:
@@ -727,7 +728,7 @@ PHP NEWS
727
728
. Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
728
729
729
730
- MBstring:
730
- . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
731
+ . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
731
732
php_unicode_tolower_full). (CVE-2020-7065) (cmb)
732
733
733
734
- MySQLi:
0 commit comments