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 ...
|