Commit a26ed126 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent 9ae6350c
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment