commit | e92416dfeb115939231819c5edb593b8bb81cc6d | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Wed Mar 05 11:51:15 2014 +0000 |
committer | Ashok Bhat <ashok.bhat@arm.com> | Thu Mar 06 12:36:47 2014 +0000 |
tree | 840a79e8183900c88110c4c6995757f43159026f | |
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>