This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, corona10, georg.brandl, giampaolo.rodola, larry, martin.panter, ned.deily, vstinner
Date 2017-07-26.13:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501074561.58.0.59434625942.issue30119@psf.upfronthosting.co.za>
In-reply-to
Content
Victor> What about rejecting also NUL byte?
Giampaolo Rodola'> I don't it would make any difference at this point.

I asked because I read that filenames containing newlines can be escaped using \n\0. So it seems like "embedded" NUL bytes have a special semantic in FTP.
http://bugs.python.org/issue29606#msg292677

I have no opinion on NUL bytes. It's just that I saw them mentionned somewhere in the discussion, but I failed to see a rationale to accept or reject them.
History
Date User Action Args
2017-07-26 13:09:21vstinnersetrecipients: + vstinner, georg.brandl, larry, giampaolo.rodola, benjamin.peterson, ned.deily, martin.panter, corona10
2017-07-26 13:09:21vstinnersetmessageid: <1501074561.58.0.59434625942.issue30119@psf.upfronthosting.co.za>
2017-07-26 13:09:21vstinnerlinkissue30119 messages
2017-07-26 13:09:21vstinnercreate