[Bug 2763] Broken parsing of link-local addresses when interface contains upper-case letter

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Oct 20 13:31:11 AEDT 2017


https://bugzilla.mindrot.org/show_bug.cgi?id=2763

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3068|ok?(dtucker at zip.com.au)     |ok+
              Flags|                            |

--- Comment #7 from Darren Tucker <dtucker at zip.com.au> ---
Comment on attachment 3068
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3068
don't lowercase hostnames that look like addresses

>+	memset(&hints, 0, sizeof(hints));

maybe bzero?

>+	if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0)

gaierr is never used.


otherwise ok.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list