]> granicus.if.org Git - libevent/commit
http: avoid use of uninitialized value for AF_UNIX/AF_LOCAL sockaddr
authorAzat Khuzhin <azat@libevent.org>
Sun, 12 May 2019 12:19:31 +0000 (15:19 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 12 May 2019 15:21:21 +0000 (18:21 +0300)
commitad51a3c1bac21e14591aafe3cc10292a6b48b5ad
treeb82cb077a32dae75d912b2991674d34c6b344bef
parent737d1beb14423dc212b0c53edf536b3172c87571
http: avoid use of uninitialized value for AF_UNIX/AF_LOCAL sockaddr

unixsock peer does not have sun_path initialized.
http.c