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.
2 parents 31fd2df + 35c17c1 commit 7c953dbCopy full SHA for 7c953db
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
@@ -3291,7 +3291,7 @@ bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA(
3291
}
3292
3293
// If the index is still out of range then this isn't a pointer.
3294
- if (index > m_indexed_isa_cache.size())
+ if (index >= m_indexed_isa_cache.size())
3295
return false;
3296
3297
LLDB_LOGF(log, "AOCRT::NPI Evaluate(ret_isa = 0x%" PRIx64 ")",
0 commit comments