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 christian.heimes
Recipients benjamin.peterson, christian.heimes, georg.brandl, giampaolo.rodola, inc0, neologix, pitrou
Date 2013-02-07.18:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360260663.7.0.517339710757.issue16038@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest that we use twice the size of the largest limit (8192) for the DoS fix and reduce it to 2048 for Python 3.4. 8192 is still a small number for modern computers.

I also like to see comments next to the limit that explain on what grounds we have chosen the value. For example

# vfstpd has a limit of 4096 (ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-3.0.2/defs.h)
# pyftpdlib has a limit of 2048
History
Date User Action Args
2013-02-07 18:11:03christian.heimessetrecipients: + christian.heimes, georg.brandl, pitrou, giampaolo.rodola, benjamin.peterson, neologix, inc0
2013-02-07 18:11:03christian.heimessetmessageid: <1360260663.7.0.517339710757.issue16038@psf.upfronthosting.co.za>
2013-02-07 18:11:03christian.heimeslinkissue16038 messages
2013-02-07 18:11:03christian.heimescreate