History log of /PHP-8.3/ext/standard/tests/strings/gh15552.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 08841bf7 25-Aug-2024 Christoph M. Becker

Fix GH-15552: Signed integer overflow in ext/standard/scanf.c

We ensure that the argnum `value` is in the allowed range, *before*
mapping it to the `objIndex`, not *afterwards*.

Fix GH-15552: Signed integer overflow in ext/standard/scanf.c

We ensure that the argnum `value` is in the allowed range, *before*
mapping it to the `objIndex`, not *afterwards*.

Closes GH-15581.

show more ...