dbghelp: When managing DW_OP_deref_size, always ensure we read the size parameter.
This commit is contained in:
parent
9ae6350c58
commit
a26ed12676
|
@ -853,6 +853,7 @@ compute_location(dwarf2_traverse_context_t* ctx, struct location* loc,
|
|||
}
|
||||
else
|
||||
{
|
||||
dwarf2_parse_byte(ctx);
|
||||
loc->kind = loc_dwarf2_block;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue