1 message in org.python.python-bugs-list[ python-Bugs-925152 ] buffer problem...
FromSent OnAttachments
SourceForge.netMar 29, 2004 1:47 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-925152 ] buffer problem in pyexpat.c(xmlparse_GetInputContext)Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 29, 2004 1:47:19 am
List:org.python.python-bugs-list

Bugs item #925152, was opened at 2004-03-29 16:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=925152&group_id=5470

Category: XML Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tobias Sargeant (tobiasjs) Assigned to: Nobody/Anonymous (nobody) Summary: buffer problem in pyexpat.c(xmlparse_GetInputContext)

Initial Comment: xmlparse_GetInputContext doesn't adjust the bounds of the substring it returns, leading to the python string result hanging off one or more ends of the buffer & associated nastiness.

2 line fix attached.

----------------------------------------------------------------------