[compiler-rt] [win/asan] GetInstructionSize: Fix `8D A4 24 ...` to return rel_offset=3. (PR #119794)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 02:12:16 PST 2024


zmodem wrote:

> `[esp + XX XX XX XX]` is an ESP-relative address, which shouldn't need adjustment, so this change looks dubious to me.

+1 I don't think this should set rel_offset.

https://github.com/llvm/llvm-project/pull/119794


More information about the llvm-commits mailing list