-
Notifications
You must be signed in to change notification settings - Fork 2
riscv_dis_print_insn_buf
Tsukasa OI edited this page Oct 30, 2022
·
2 revisions
- Status: Merged for Binutils 2.40 / GDB 13
- Branch:
riscv-dis-print-insn-buf - Tracking PR: None
- Mailing List:
Because commit bb996692bd9 "RISC-V/gas: allow generating up to 176-bit instructions with .insn" changed riscv_insn_length, it broke a part of both opcodes and GDB.
This patchset provides short-term solution to prevent stack-based buffer overflow.