Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Aug 25, 2024

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

We ensure that the argnum `value` is in the allowed range, *before*
mapping it to the `objIndex`, not *afterwards*.
@cmb69 cmb69 requested a review from bukka as a code owner August 25, 2024 11:13
@cmb69 cmb69 linked an issue Aug 25, 2024 that may be closed by this pull request
Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mstm

@cmb69 cmb69 closed this in 08841bf Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Signed integer overflow in ext/standard/scanf.c
2 participants