Staging
v0.8.1
https://github.com/python/cpython
Revision 7e27abbb3936e9a7baea13ceeac6abd256bc0d6f authored by Georg Brandl on 27 October 2013, 06:23:53 UTC, committed by Georg Brandl on 27 October 2013, 06:23:53 UTC
prevent readline() calls from consuming too much memory.  Patch by Jyrki
Pulliainen.
1 parent 72c98d3
History
Tip revision: 7e27abbb3936e9a7baea13ceeac6abd256bc0d6f authored by Georg Brandl on 27 October 2013, 06:23:53 UTC
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Tip revision: 7e27abb
File Mode Size
cache.c -rw-r--r-- 12.2 KB
cache.h -rw-r--r-- 2.3 KB
connection.c -rw-r--r-- 48.4 KB
connection.h -rw-r--r-- 4.7 KB
cursor.c -rw-r--r-- 33.8 KB
cursor.h -rw-r--r-- 2.5 KB
microprotocols.c -rw-r--r-- 4.3 KB
microprotocols.h -rw-r--r-- 2.1 KB
module.c -rw-r--r-- 15.0 KB
module.h -rw-r--r-- 1.9 KB
prepare_protocol.c -rw-r--r-- 4.3 KB
prepare_protocol.h -rw-r--r-- 1.5 KB
row.c -rw-r--r-- 8.5 KB
row.h -rw-r--r-- 1.2 KB
sqlitecompat.h -rw-r--r-- 1.9 KB
statement.c -rw-r--r-- 16.4 KB
statement.h -rw-r--r-- 2.1 KB
util.c -rw-r--r-- 5.1 KB
util.h -rw-r--r-- 1.5 KB

back to top