-
Notifications
You must be signed in to change notification settings - Fork 7.8k
UBSan abort in ext/sockets/sockets.c:373 #16267
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 6, 2024
only socket_strerror provides user-supplied value to sockets_strerror handler.
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Oct 6, 2024
only socket_strerror provides user-supplied value to sockets_strerror handler.
it happens again in the latest commit |
|
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Nov 28, 2024
boundaries should be INT_MIN <= val < INT_MAX in fact.
devnexen
added a commit
to devnexen/php-src
that referenced
this issue
Dec 9, 2024
boundaries should be INT_MIN <= val < INT_MAX in fact.
devnexen
added a commit
that referenced
this issue
Dec 9, 2024
boundaries should be INT_MIN <= val < INT_MAX in fact. close GH-16891
charmitro
pushed a commit
to wasix-org/php
that referenced
this issue
Mar 13, 2025
boundaries should be INT_MIN <= val < INT_MAX in fact. close phpGH-16891
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:
Such bugs look nonsensical to me. Shall I keep reporting them?
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: