[New-bugs-announce] [issue27486] FTPlib hangs on some pasv responses

송병우 report at bugs.python.org
Mon Jul 11 14:41:34 EDT 2016


New submission from 송병우:

FTPlib hangs on PASV responses when the connected server is within its local network.
Here's my fix that checks the target address with ipaddress lib:
https://github.com/python/cpython/pull/28/files

----------
components: Library (Lib)
messages: 270198
nosy: 송병우
priority: normal
severity: normal
status: open
title: FTPlib hangs on some pasv responses
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27486>
_______________________________________


More information about the New-bugs-announce mailing list