Re: How to use AddressSanitizer with Wine? (80% PE approach)
Bernhard Übelacker <[email protected]> Sun, 13 Jul 2025 11:28:13 +0200
| Newsgroups | gmane.comp.emulators.wine.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I rebased the current state of the this ASan experiment here [1]. It no longer uses the mingw wrappers of clang. Unfortunately this made a few other modifications necessary to initialise ASan. Results of running the conformance tests with this branch can be found in [2] [3]. Thanks to the efforts of Yuxuan Shui to actually fixing those the list got already much shorter. [1] https://gitlab.winehq.org/bernhardu/wine/-/tree/asan-pe_2025-07-04_wine-10.12?ref_type=heads [2] https://gitlab.winehq.org/bernhardu/wine/-/tree/asan-pe_2025-07-04_wine-10.12/asan_reports_x86_64?ref_type=heads [3] https://gitlab.winehq.org/bernhardu/wine/-/tree/asan-pe_2025-07-04_wine-10.12/asan_reports_x86?ref_type=heads Kind regards, Bernhard