diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-04 14:37:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-04 14:37:01 (GMT) |
commit | fd78a6f7f8c507678238c7264f7426c3148b6a84 (patch) | |
tree | f24796353b38b2cd2c28057f75296522cd44cbf5 /Misc | |
parent | a2a9888f22a7811938d2f708344e01dfc000841c (diff) | |
download | cpython-fd78a6f7f8c507678238c7264f7426c3148b6a84.zip cpython-fd78a6f7f8c507678238c7264f7426c3148b6a84.tar.gz cpython-fd78a6f7f8c507678238c7264f7426c3148b6a84.tar.bz2 |
Patches #925152, #1118602: Avoid reading after the end of the buffer
in pyexpat.GetInputContext. Will backport to 2.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Core and builtins Extension Modules ----------------- +- Patches #925152, #1118602: Avoid reading after the end of the buffer + in pyexpat.GetInputContext. + - Patches #749830, #1144555: allow UNIX mmap size to default to current file size. |