commit | 559eb088618c9ac1423165b6e7205edbeffeca68 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Aug 13 19:45:44 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Aug 13 19:45:44 2009 +0000 |
tree | 4cc30c8a44cf711512b2efbc8736f61c75bff726 | |
parent | 9440a4a22c53d79342d1717a0fb5f586fc9baf2b [diff] [blame] |
Backport of r74429. Not merged/blocked as svnmerge.py is giving me an error and I don't want to accidentally check in busted svnmerge metadata.
diff --git a/Misc/NEWS b/Misc/NEWS index a4b3073..20692a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -163,6 +163,8 @@ Extension Modules ----------------- +- Fix expat to not segfault with specially crafted input. + - Issue #4873: Fix resource leaks in error cases of pwd and grp. Build