dbghelp: When managing DW_OP_deref_size, always ensure we read the size parameter.

oldstable
Eric Pouech 2011-03-13 21:31:11 +01:00 committed by Alexandre Julliard
parent 9ae6350c58
commit a26ed12676
1 changed files with 2 additions and 1 deletions

View File

@ -853,7 +853,8 @@ compute_location(dwarf2_traverse_context_t* ctx, struct location* loc,
}
else
{
loc->kind = loc_dwarf2_block;
dwarf2_parse_byte(ctx);
loc->kind = loc_dwarf2_block;
}
break;
case DW_OP_stack_value: