History log of /PHP-7.4/ext/filter/tests/bug81708.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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.