mirror of https://github.com/facebook/rocksdb.git
94e43a1dfe
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 |
||
---|---|---|
.. | ||
backupablejni.cc | ||
env.cc | ||
filter.cc | ||
iterator.cc | ||
memtablejni.cc | ||
options.cc | ||
portal.h | ||
restorejni.cc | ||
rocksjni.cc | ||
statistics.cc | ||
table.cc | ||
write_batch.cc |