Files
sdk/runtime
mlippautz@google.com d20d226204 Catch potential integer overflows in bigint operations.
strlen() returns a size_t which usually is unsigned long. Since we assign it to
intptr_t, we need to check for a potential integer overflow. The (albeit very
unlikely) case is lengths>2G on 32bit platforms.

BUG=
R=asiva@google.com

Review URL: https://codereview.chromium.org//23754006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27589 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 01:16:07 +00:00
..
2013-09-13 16:40:36 +00:00
2012-12-19 11:25:41 +00:00