mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() Passing a double pointer to php_stream_cast means the caller of php_posix_stream_get_fd will never receive the actual value. Moreover, php_posix_stream_get_fd may only write the low sizeof(php_socket_t) bytes of fd, so we need to initialize the upper bytes to 0 to avoid partial use-of-uninitialized-value. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
CREDITS | ||
php_posix.h | ||
posix.c | ||
posix.stub.php | ||
posix_arginfo.h |