summaryrefslogtreecommitdiff
path: root/include/leveldb/write_batch.h
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2017-07-20 15:00:13 -0700
committerVictor Costan <pwnall@chromium.org>2017-08-24 15:40:54 -0700
commit09a3c8e7417547829b94bcdaa62cdf9e896f29a9 (patch)
tree133401de77ab5632dca19524a649ebee091ad435 /include/leveldb/write_batch.h
parent2964b803b857932ff7499d7bebb61dc5514dab7c (diff)
downloadleveldb-09a3c8e7417547829b94bcdaa62cdf9e896f29a9.tar.gz
Switched variable type from int to uint64_t in ConsumeDecimalNumber.
An Android test was occasionally crashing with a SEGV in ConsumeDecimalNumber Switching a local variable from an int to uint64_t eliminated these crashes. Speculating this is either a compiler, runtime library, or emulator issue. Switching this type to uint64_t also eliminates a compiler warning about comparing an int with a uint64_t. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=166399695
Diffstat (limited to 'include/leveldb/write_batch.h')
0 files changed, 0 insertions, 0 deletions