]> granicus.if.org Git - php/commit
Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.
authorMichael Meyer <michael@meyer.io>
Wed, 5 Sep 2018 14:21:36 +0000 (10:21 -0400)
committerAnatol Belski <ab@php.net>
Wed, 26 Dec 2018 17:58:27 +0000 (18:58 +0100)
commit3c42c784c23ff242f1737e25410bb05ce22ecd37
treee6203c4ea0feb237b179d16c308b58058781317c
parent3c7dc7b4c4905c8999731d1af26987b5d5425754
Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.
ext/sockets/sockets.c
ext/sockets/tests/bug76839.phpt [new file with mode: 0644]