mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +00:00
Blindfix #13659 - crash in aao with a fuzzed macho
This commit is contained in:
parent
4473f40533
commit
2bfee0a270
@ -91,6 +91,9 @@ static ut64 getRefPtr(RCoreObjc *objc, ut64 classMethodsVA, bool *res) {
|
||||
|
||||
static bool objc_build_refs(RCoreObjc *objc) {
|
||||
ut64 off;
|
||||
if (!objc->_const || !objc->_selrefs) {
|
||||
return false;
|
||||
}
|
||||
|
||||
ut8 *buf = calloc (1, objc->_const->vsize);
|
||||
if (!buf) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user