[Mono-bugs] [Bug 347428] New: IntXX.TryParse/Parse will fail on string with NULL (\0)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 10 20:26:55 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=347428
Summary: IntXX.TryParse/Parse will fail on string with NULL (\0)
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: dans at houmus.org
QAContact: mono-bugs at ximian.com
Found By: Third Party Developer/Partner
Description of Problem:
The implementation for Int32 contains a check for:
if (c == '\0')
{
i = len;
continue;
}
in the new code commited to SVN, this check does not happen for Int16, Int64,
Uint32.
--
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