[issue37495] socket.inet_aton parsing issue on some libc versions

2019-07-03 Thread Dominik Czarnota
Change by Dominik Czarnota : -- type: -> security ___ Python tracker <https://bugs.python.org/issue37495> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue37495] socket.inet_aton parsing issue on some libc versions

2019-07-03 Thread Dominik Czarnota
New submission from Dominik Czarnota : The socket.inet_aton Python function uses libc's inet_aton function. This, on some implementations, for example the latest GNU C Library (glibc 2.29 as of today), accepts whitespace with trailing characters after a valid IP. An example can be seen below