mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Emergency fix
This commit is contained in:
@@ -944,7 +944,7 @@ bool LedgerEntrySet::dirNext (
|
||||
STVector256 svIndexes = sleNode->getFieldV256 (sfIndexes);
|
||||
std::vector<uint256>& vuiIndexes = svIndexes.peekValue ();
|
||||
|
||||
if (uDirEntry == vuiIndexes.size ())
|
||||
if (uDirEntry >= vuiIndexes.size ())
|
||||
{
|
||||
uint64 uNodeNext = sleNode->getFieldU64 (sfIndexNext);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user