[Mono-bugs] [Bug 530861] IntPtr (long value) does not overflow on 32bit machines

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Nov 21 13:23:55 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=530861

https://bugzilla.novell.com/show_bug.cgi?id=530861#c5


--- Comment #5 from Marek Safar <msafar at novell.com> 2010-11-21 18:23:55 UTC ---
What about this check ?

if (size == 4 && (value > int.MaxValue || value < int.MinValue)) throw

-- 
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