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 701c702 commit 67ae186Copy full SHA for 67ae186
plugins/rtti/itanium.cpp
@@ -768,6 +768,8 @@ void ItaniumRTTIProcessor::ProcessVFT()
768
continue;
769
// Verify that there is two field sized values above the type info pointer
770
optReader.Seek(ref - ArchFieldSize(m_view) * 2);
771
+ if (!m_view->IsValidOffset(optReader.GetOffset()))
772
+ continue;
773
auto beforeTypeInfoRef = optReader.ReadPointer();
774
if (m_view->IsValidOffset(beforeTypeInfoRef))
775
0 commit comments