History log of /PHP-8.2/ext/filter/tests/bug81708.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 82f1bf1b 31-Jan-2022 Christoph M. Becker

Fix #81708: UAF due to php_filter_float() failing for ints

We must only release the zval, if we actually assign a new zval.


# dce5e561 31-Jan-2022 Christoph M. Becker

Fix #81708: UAF due to php_filter_float() failing for ints

We must only release the zval, if we actually assign a new zval.