Skip to content

Commit 089f513

Browse files
committed
Merge branch 'PHP-8.3'
2 parents 2d83b60 + b412fd6 commit 089f513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/sockets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ ZEND_GET_MODULE(sockets)
219219

220220
static bool php_open_listen_sock(php_socket *sock, int port, int backlog) /* {{{ */
221221
{
222-
struct sockaddr_in la;
222+
struct sockaddr_in la = {0};
223223
struct hostent *hp;
224224

225225
#ifndef PHP_WIN32

0 commit comments

Comments
 (0)