The mitigation was bogus, fix it so it works
Former-commit-id: c7f1e069bf7e7b6f5321f920af9a0ed80f3853b0
This commit is contained in:
parent
1a97093719
commit
3ccf0c97cf
@ -132,8 +132,8 @@ public:
|
||||
{
|
||||
setiter itr(itrStart);
|
||||
|
||||
if (itrStart.set == this) // really if this case isn't true its probably a bug
|
||||
itr = itrStart; // but why crash the program when we can easily fix this?
|
||||
if (itrStart.set != this) // really if this case isn't true its probably a bug
|
||||
itr.set = this; // but why crash the program when we can easily fix this?
|
||||
|
||||
fPauseRehash = true;
|
||||
if (itr.idxPrimary >= m_data.size())
|
||||
|
Loading…
x
Reference in New Issue
Block a user