-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Integer overflow in ext/sockets/sockets.c #17921
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
AFAIK socket_recv can overflow in a similar manner, let's fix both. |
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Feb 25, 2025
update the existing checks to be more straightforward instead of counting on undefined behavior.
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Feb 25, 2025
update the existing checks to be more straightforward instead of counting on undefined behavior.
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Feb 25, 2025
update the existing checks to be more straightforward instead of counting on undefined behavior.
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Feb 25, 2025
update the existing checks to be more straightforward instead of counting on undefined behavior.
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Feb 25, 2025
update the existing checks to be more straightforward instead of counting on undefined behavior.
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:
To reproduce:
Commit:
Configurations:
Operating System:
This report is automatically generated by FlowFusion
PHP Version
49d798a
Operating System
No response
The text was updated successfully, but these errors were encountered: