Skip to content

Commit

Permalink
Fix infinite loop in CDBTransactionIterator::SkipDeletedAndOverwritten (
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock authored and UdjinM6 committed Apr 16, 2019
1 parent cd94cbe commit 2502aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dbwrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ class CDBTransactionIterator
if (!transaction.deletes.count(parentKey) && !transaction.writes.count(parentKey)) {
break;
}
parentIt->Next();
}
}

Expand Down

0 comments on commit 2502aad

Please sign in to comment.