-
Couldn't load subscription status.
- Fork 8k
Closed
Description
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
| 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
8.3+
Operating System
No response