]> granicus.if.org Git - python/commit
- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to
authorBarry Warsaw <barry@python.org>
Sun, 22 Sep 2013 20:07:09 +0000 (16:07 -0400)
committerBarry Warsaw <barry@python.org>
Sun, 22 Sep 2013 20:07:09 +0000 (16:07 -0400)
commit4e95d601917b4429d41a5e437762d619608573c1
tree0059270b535a0eed45ecc40b3945f9291a7c1d97
parent9e27eda32522777a41526c2f81c93889f6675ab7
- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to
  limit line length.  Patch by Emil Lind.
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS