[Mono-bugs] [Bug 328915] New: memory corruption while parsing points
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 27 08:59:51 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=328915
Summary: memory corruption while parsing points
Product: Moonlight
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: xaml
AssignedTo: mono-bugs at ximian.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
Our parsing code doesn't deal correctly with an extra comma between points.
E.g.
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Polyline Stroke="Blue" Fill="Green" Points="10,10, 110,10 110,110
10,110" />
</Canvas>
results in:
*** glibc detected *** mono: malloc(): memory corruption: 0x08393750 ***
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list