diff options
author | Adam Weiss <adam@signal11.com> | 2015-08-12 19:32:20 -0400 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-09-22 00:43:13 +0000 |
commit | f171fee035ab4465d8466607af5f54247e14b237 (patch) | |
tree | c214f6ca679cfb6c41763d715e63b106d1659eae /src/pubkey.h | |
parent | c5b89fe44e73e9b1e33f7a5ce829d8d9b15eb690 (diff) |
Handle leveldb::DestroyDB() errors on wipe failure
Add error checking to CLevelDBWrapper for errors from
leveldb::DestroyDB(). Without it, if unlink() or DeleteFileW() fail to
delete files, they will fail silent. If they fail to delete any files,
CLevelDBWrapper will silently open and read the existing database.
Typically any permissions issues would be caught by leveldb as it churns
through many files as part of its compaction process, but it is
conceivable that this could cause problems on Windows with anti-virus
and indexing software.
Diffstat (limited to 'src/pubkey.h')
0 files changed, 0 insertions, 0 deletions