On Thu Jun 5 15:16:12 2025 +0000, Yuxuan Shui wrote:
hi, you don't need to manually set sanitizer CFLAGS, and many of the flags you set is not yet supported by this MR. and although non-WoW64 should work, what i've been extensively testing with is the new WoW64 mode. please check out this branch: [`wip/address-sanitizer`](https://gitlab.winehq.org/yshui/wine/-/tree/wip/address-sanitizer?ref_type=h...), and run configure with `CC=clang ./configure --enable-archs=x86_64,i386 --enable-sanitize=address`
Hi, Thanks for your reply ! How do I get a .patch of your branch because I need to apply it to 'master' since previous versions of Wine didn't work at all for my bug. Or, can you rebase your patch ? Thanks again for working on this.