Debian Patches

Status for ftplib/4.0-1-4

Patch Description Author Forwarded Bugs Origin Last update
fix-ascii-read-without-eol Fix reading FTP data is ASCII mode
In ASCII mode, if you don't have a line in the next block that you're
trying to read, then ftplib would set the first character to '\0'.

Upstream probably intented to return an empty string when requesting
to read only 1 character since that doesn't make much sense when the
EOL delimiter is 2 characters already (\r\n). However, due to the
way data is read, max can be set to 1 just after having read max-1
legitimate bytes and we should not be overwriting the first byte.
=?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org> no 2016-07-21
Improve-Makefile-to-respect-CFLAGS-CPPFLAGS-LDFLAGS.patch Improve Makefile to respect CFLAGS/CPPFLAGS/LDFLAGS =?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org> no 2016-07-21

All known versions for source package 'ftplib'

Links