[Bug 859] getaddrinfo(host, "0", &hints, &res) may take extra cycles
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sun May 2 15:31:44 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=859
Summary: getaddrinfo(host, "0", &hints, &res) may take extra
cycles
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: yoshfuji at linux-ipv6.org
On some system(s), getaddrinfo() may take extra cycles when we use "0" for the
second argument. We probably may use NULL instead if the first argument is non-NULL.
(This problem is originally reported by John Devitofranceschi <jdvf at optonline.net>.)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list