commit | 2f8273898808caf92e38348c7fb3b00610a6315f | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Aug 13 19:58:01 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Aug 13 19:58:01 2009 +0000 |
tree | 1d6408218f5efe1d489c64550f7a215d6dd25bce | |
parent | dffc1b8932d57c3a7d587b9571aac1c3a62e08f1 [diff] [blame] |
Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now.
diff --git a/Misc/NEWS b/Misc/NEWS index e115695..86ffa55 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -122,6 +122,8 @@ Extension Modules ----------------- +- Fix a segfault that could be triggered by expat with specially formed input. + - Issue #6561: '\d' in a regex now matches only characters with Unicode category 'Nd' (Number, Decimal Digit). Previously it also matched characters with category 'No'.