File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ Python News
4
4
5
5
(editors: check NEWS.help for information about editing NEWS using ReST.)
6
6
7
+ What's New in Python 2.5.5c2?
8
+ =============================
9
+
10
+ *Release date: xx-xxx-2010*
11
+
12
+ Extension Modules
13
+ -----------------
14
+
15
+ - Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).
16
+
17
+
7
18
What's New in Python 2.5.5c1?
8
19
=============================
9
20
Original file line number Diff line number Diff line change @@ -3682,6 +3682,9 @@ doProlog(XML_Parser parser,
3682
3682
return XML_ERROR_UNCLOSED_TOKEN ;
3683
3683
case XML_TOK_PARTIAL_CHAR :
3684
3684
return XML_ERROR_PARTIAL_CHAR ;
3685
+ case - XML_TOK_PROLOG_S :
3686
+ tok = - tok ;
3687
+ break ;
3685
3688
case XML_TOK_NONE :
3686
3689
#ifdef XML_DTD
3687
3690
/* for internal PE NOT referenced between declarations */
You can’t perform that action at this time.
0 commit comments