summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-09-09 15:32:44 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-09 15:33:02 +0200
commit167ea6307bd45e0729aff727a7813ad1b061e11d (patch)
tree288641683df9c3f6e74fdf987cc8a39293a9b98d /NEWS
parent7807319b7cfc68e012d449119128be25c763f641 (diff)
parentaf2033b1cda3d1e11a63a7674d1e7bc3a08fd8a7 (diff)
downloadphp-git-167ea6307bd45e0729aff727a7813ad1b061e11d.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e2c2f7e7d4..c976a6b2c9 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ PHP NEWS
- PDO_MySQL:
. Fixed bug #41997 (SP call yields additional empty result set). (cmb)
+- sodium:
+ . Fixed bug #78510 (Partially uninitialized buffer returned by
+ sodium_crypto_generichash_init()). (Frank Denis, cmb)
+
05 Sep 2019, PHP 7.4.0RC1
- Core: