commit | fd78a6f7f8c507678238c7264f7426c3148b6a84 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Mar 04 14:37:01 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Mar 04 14:37:01 2005 +0000 |
tree | f24796353b38b2cd2c28057f75296522cd44cbf5 | |
parent | a2a9888f22a7811938d2f708344e01dfc000841c [diff] [blame] |
Patches #925152, #1118602: Avoid reading after the end of the buffer in pyexpat.GetInputContext. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index a41b616..9f7dbdd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ 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.