diff options
author | Andy McFadden <fadden@android.com> | 2010-04-28 15:46:16 -0700 |
---|---|---|
committer | Andy McFadden <fadden@android.com> | 2010-04-28 15:46:16 -0700 |
commit | 9c5cf73739fae2a8192678f2219fa32bcd07da32 (patch) | |
tree | e71d43da21749bfeb4524b0adec05c91d1f89a5f /include/ScopedJavaUnicodeString.h | |
parent | cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd (diff) |
Use unsigned compare for stack overflow.
When checking for stack overflow we're using a comparison that is treating
the pointers as signed values. If we manage to get a stack straddling
0x80000000, this will not work correctly.
Bug 2613607.
Change-Id: I5d178db86e93a3bb1e6a417e88d7cb1770d285bb
Diffstat (limited to 'include/ScopedJavaUnicodeString.h')
0 files changed, 0 insertions, 0 deletions