mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
Fix assert spotted in the asan ci for aao
This commit is contained in:
parent
287bf14425
commit
d896c81566
@ -129,7 +129,9 @@ static ut64 getRefPtr(RCoreObjc *o, ut64 classMethodsVA, bool *rfound) {
|
||||
|
||||
static bool objc_build_refs(RCoreObjc *objc) {
|
||||
ut64 off;
|
||||
r_return_val_if_fail (objc->_const && objc->_selrefs, false);
|
||||
if (!objc->_const || !objc->_selrefs) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const ut64 va_const = objc->_const->vaddr;
|
||||
size_t ss_const = objc->_const->vsize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user