commit | 28e78414f9175774f26d8c564c7c1d3b078f99de | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 27 07:29:47 2013 +0100 |
committer | Georg Brandl <georg@python.org> | Sun Oct 27 07:29:47 2013 +0100 |
tree | c7d39909d04b0b9f313083b4c8e9da197662c397 | |
parent | 7e27abbb3936e9a7baea13ceeac6abd256bc0d6f [diff] |
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.