rocksdb/java/rocksjni
Yueh-Hsuan Chiang 94e43a1dfe [Java] Fixed 32-bit overflowing issue when converting jlong to size_t
Summary:
Fixed 32-bit overflowing issue when converting jlong to size_t by
capping jlong to std::numeric_limits<size_t>::max().

Test Plan:
make rocksdbjava
make jtest

Reviewers: ankgup87, ljin, sdong, igor

Reviewed By: igor

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D23511
2014-09-17 12:30:06 -07:00
..
backupablejni.cc [Java] Add purgeOldBackups API 2014-08-14 10:58:09 -07:00
env.cc [Java] Add basic Java binding for rocksdb::Env. 2014-06-05 17:09:25 -07:00
filter.cc [Java] Generalize dis-own native handle and refine dispose framework. 2014-05-28 18:16:29 -07:00
iterator.cc [Java] Generalize dis-own native handle and refine dispose framework. 2014-05-28 18:16:29 -07:00
memtablejni.cc [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 2014-09-17 12:30:06 -07:00
options.cc [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 2014-09-17 12:30:06 -07:00
portal.h [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 2014-09-17 12:30:06 -07:00
restorejni.cc [Java] Update header inclusion of utilities files 2014-07-23 11:15:14 -07:00
rocksjni.cc JNI changes corresponding to BlockBasedTableOptions migration 2014-08-25 14:22:55 -07:00
statistics.cc Adding iterator JNI binding 2014-04-19 03:26:22 -07:00
table.cc JNI changes corresponding to BlockBasedTableOptions migration 2014-08-25 14:22:55 -07:00
write_batch.cc [Java] Fixed 32-bit overflowing issue when converting jlong to size_t 2014-09-17 12:30:06 -07:00