On 4/7/24 10:20, Vsevolod Alekseyev via Dwarf-discuss wrote:
I’ve got a crash report that my DWARF expression parser crashed on the
following expression blob:
09 03 D0 39 8C
That looks like DW_OP_const1s with 3 as the argument, followed by a
bogus opcode D0. It’s not a valid opcode and not in
Hi all,
I've got a crash report that my DWARF expression parser crashed on the
following expression blob:
09 03 D0 39 8C
That looks like DW_OP_const1s with 3 as the argument, followed by a bogus
opcode D0. It's not a valid opcode and not in the user extension area.
Anyone ever encounter