mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 07:57:35 +00:00
fix coverity error (#5831)
This commit is contained in:
parent
0c8556bb22
commit
cecc994541
@ -800,6 +800,7 @@ static void parse_class(RBinFile *binfile, RBinDexObj *bin, RBinDexClass *c, int
|
||||
|
||||
// TODO: parse debug info
|
||||
if (r_buf_read_at (binfile->buf, binfile->buf->base + MC, ff2, 16) < 1) {
|
||||
free (sym);
|
||||
continue;
|
||||
}
|
||||
ut16 regsz = r_read_le16 (ff2);
|
||||
|
Loading…
Reference in New Issue
Block a user