diff options
author | Ashok Bhat <ashok.bhat@arm.com> | 2014-03-05 11:51:15 +0000 |
---|---|---|
committer | Ashok Bhat <ashok.bhat@arm.com> | 2014-03-06 12:36:47 +0000 |
commit | e92416dfeb115939231819c5edb593b8bb81cc6d (patch) | |
tree | 840a79e8183900c88110c4c6995757f43159026f /rs/java/android/renderscript/RenderScript.java | |
parent | 2383f2200ab0c2dbd71708b5c1fb6af98db408fa (diff) |
Don't assume that size_t is 32-bit
Crypto data was being copied to java jint array in chunks of
size_t. This will not work on LP64 as size_t will be 64-bit.
This patch changes copy to use int32_t chunks instead of size_t.
Change-Id: I75d910a1182ad2f58f432cd172127f048b4c393b
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
Diffstat (limited to 'rs/java/android/renderscript/RenderScript.java')
0 files changed, 0 insertions, 0 deletions