We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
My static analyzer complains that failure is not checked here for the call to socket_import_file_descriptor:
socket_import_file_descriptor
php-src/ext/sockets/conversions.c
Line 1462 in 16a3fb1
The function that calls socket_import_file_descriptor does not have a way to propagate failure, but it should probably call do_to_zval_err.
do_to_zval_err
8.3+
No response
The text was updated successfully, but these errors were encountered:
Fix phpGH-18617: socket_import_file_descriptor return check.
d22454f
to_zval_read_fd_array() helper when retrieving the socket protocol did not check it.
68338db
c30bddc
devnexen
Successfully merging a pull request may close this issue.
Description
My static analyzer complains that failure is not checked here for the call to
socket_import_file_descriptor
:php-src/ext/sockets/conversions.c
Line 1462 in 16a3fb1
The function that calls
socket_import_file_descriptor
does not have a way to propagate failure, but it should probably calldo_to_zval_err
.PHP Version
Operating System
No response
The text was updated successfully, but these errors were encountered: