[openssh-commits] [openssh] branch master updated (e47536b -> 39e2f12)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 3 04:45:06 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from e47536b portability fixes for regress/netcat.c
new 39e2f12 upstream commit
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 39e2f1229562e1195169905607bc12290d21f021
Author: millert at openbsd.org <millert at openbsd.org>
Date: Sun Mar 1 15:44:40 2015 +0000
upstream commit
Make sure we only call getnameinfo() for AF_INET or AF_INET6
sockets. getpeername() of a Unix domain socket may return without error on
some systems without actually setting ss_family so getnameinfo() was getting
called with ss_family set to AF_UNSPEC. OK djm@
Summary of changes:
canohost.c | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list