diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-11-19 14:22:26 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-12-02 11:18:19 +0100 |
commit | db420cb6a141876b2f7d101051fb01934a28071a (patch) | |
tree | 60ef0becb9df91f5321ca18fc622cbf58a9283ad /NEWS | |
parent | c7141412ce4fba14dc33a8182cab7d84658ca613 (diff) | |
download | php-git-db420cb6a141876b2f7d101051fb01934a28071a.tar.gz |
Fix #78833: Integer overflow in pack causes out-of-bound access
We check for potential signed integer overflow, and bail out
gracefully, in that case.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ PHP NEWS - Standard: . Fixed bug #78759 (array_search in $GLOBALS). (Nikita) + . Fixed bug #78833 (Integer overflow in pack causes out-of-bound access). + (cmb) 21 Nov 2019, PHP 7.2.25 |