We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed76f2d commit 4166ad1Copy full SHA for 4166ad1
1 file changed
plugins/rtti/itanium.cpp
@@ -697,7 +697,7 @@ void ItaniumRTTIProcessor::ProcessRTTI()
697
int failedAttempts = 0;
698
for (uint64_t currAddr = section->GetStart(); currAddr <= section->GetEnd() - maxTypeInfoSize; currAddr += addrSize)
699
{
700
- if (bgTask->IsCancelled())
+ if (bgTask->IsCancelled() || !m_view->IsValidOffset(currAddr))
701
break;
702
try
703
0 commit comments