http://bugzilla.novell.com/show_bug.cgi?id=508681

http://bugzilla.novell.com/show_bug.cgi?id=508681#c1


Carlos Alberto Cortez <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Carlos Alberto Cortez <[email protected]> 
2010-01-04 06:52:15 UTC ---
With the following test case I couldn't reproduce it:

using System;

namespace IntParseZeroByte
{
        class MainClass
        {
                public static void Main (string[] args)
                {
                        string s = "2147483644\0";
                        int res = Int32.Parse (s);
                        Console.WriteLine ("Value = " + res);
                }
        }
}

Also, the 2.0.x series is quite old. Would you mind trying with a new version?
Thanks!

-- 
Configure bugmail: http://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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to