Skip to content

Commit

Permalink
fix #6872
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ng3r authored and radare committed Mar 1, 2017
1 parent 5af263c commit 68338b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libr/bin/p/bin_dex.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ static void dex_parse_debug_item(RBinFile *binfile, RBinDexObj *bin,
--parameters_size;
}

if (p4 <= 0) {
return;
}
ut8 opcode = *(p4++) & 0xff;
while (keep) {
switch (opcode) {
Expand Down

0 comments on commit 68338b7

Please sign in to comment.