-
Notifications
You must be signed in to change notification settings - Fork 7.9k
integer overflow in session.c:1353 #16290
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
Comments
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 8, 2024
That overflow is undefined behavior; it may not necessarily cause issues, but should be fixed nonetheless. To reliably detect it, you either need to debug manually, or to employ something like UBSan. |
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 12, 2024
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 12, 2024
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 12, 2024
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 12, 2024
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 13, 2024
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
Resulted in this output:
Also, not tested with 8.3.12, yet.
PHP Version
8.3.9
Operating System
No response
The text was updated successfully, but these errors were encountered: