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

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3068|ok?([email protected])     |ok+
              Flags|                            |

--- Comment #7 from Darren Tucker <[email protected]> ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to