[issue30711] getaddrinfo invalid port number

2017-06-27 Thread Radek Smejkal
Changes by Radek Smejkal : -- pull_requests: +2484 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue30711] getaddrinfo invalid port number

2017-06-27 Thread Radek Smejkal
Radek Smejkal added the comment: See also issue30786. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue30711] getaddrinfo invalid port number

2017-06-23 Thread Radek Smejkal
Radek Smejkal added the comment: See also issue30710. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue30711] getaddrinfo invalid port number

2017-06-23 Thread Radek Smejkal
Changes by Radek Smejkal : Removed file: http://bugs.python.org/file46965/getaddrinfo_invalid_port.patch ___ Python tracker ___ ___ Python-bug

[issue30711] getaddrinfo invalid port number

2017-06-21 Thread Radek Smejkal
Changes by Radek Smejkal : -- components: +Extension Modules -Library (Lib) keywords: +patch Added file: http://bugs.python.org/file46965/getaddrinfo_invalid_port.patch ___ Python tracker __

[issue30711] getaddrinfo invalid port number

2017-06-20 Thread Radek Smejkal
New submission from Radek Smejkal: Some getaddrinfo implementations do not detect invalid numeric services and blindly pass the port number to htons(). For example, service "960179" is returned as port 42675. glibc https://sourceware.org/bugzilla/show_bug.cgi?id=16208 https://sourceware.org/gi