]> granicus.if.org Git - python/commit
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
authorBarry Warsaw <barry@python.org>
Mon, 30 Sep 2013 23:09:29 +0000 (19:09 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 30 Sep 2013 23:09:29 +0000 (19:09 -0400)
commitd5849f545e0de0b4576cbc7b856adc9b0c7e1be8
tree4e44b6688a9ff2d374cf0c35974cea64ec420c4a
parentc038c41dc48d269acec286ea07e1352545f6ebdb
parent42faa55124abcbb132c57745dec9e0489ac74406
- 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.
Lib/nntplib.py
Misc/NEWS