mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 17:15:38 +00:00
Fix coverity issue in Mach-O format (#18546)
This commit is contained in:
parent
530c737d5d
commit
f47804f3e9
@ -2667,6 +2667,7 @@ const RList *MACH0_(get_symbols_list)(struct MACH0_(obj_t) *bin) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!bin->symtab || !bin->symstr) {
|
if (!bin->symtab || !bin->symstr) {
|
||||||
|
ht_pp_free (hash);
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
/* parse dynamic symbol table */
|
/* parse dynamic symbol table */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user