lse
- bufcnt = string_end_idx;
+ start_idx = bufcnt = string_end_idx;
break;
case 'e':
diff --git a/libcpu/riscv_disasm.c b/libcpu/riscv_disasm.c
new file mode 100644
index ..bc4e02e5
--- /dev/null
+++ b/libcpu/
On 9/9/19 11:25 PM, Jim Wilson wrote:
> There is a testfile45.expect.bz2 that doesn't look like it is supposed
> to be part of the patch set. You probably don't want to commit that one.
Yes, I do. The x86-64 disassembler had a tiny whitespace bug exposed
through the code.
> There is a testcase
n string don't guide the code to consume more
data then is indicated in the 'z' data.
libdw/ChangeLog
2022-08-09 Ulrich Drepper
* dwarf_next_cfi.c (dwarf_next_cfi): Don't skip processing the
augmentation string. Be more stringent what to accept.
diff --git a/libdw/dwarf_nex