Description
My static analyzer complains that failure is not checked here for the call to socket_import_file_descriptor:
|
socket_import_file_descriptor(fd, sock); |
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.
PHP Version
Operating System
No response
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_descriptordoes not have a way to propagate failure, but it should probably calldo_to_zval_err.PHP Version
Operating System
No response