https://bugs.winehq.org/show_bug.cgi?id=40330
Kristján Gerhardsson fluffy@fluffy.is changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fluffy@fluffy.is
--- Comment #5 from Kristján Gerhardsson fluffy@fluffy.is --- For anyone else stumbling over the sfnt2fon problem, here is a quick workaround.
Compile wine normally (without asan), then make a copy of sfnt2fon. Then compile wine with asan. Once the compilation fails, replace the sfnt2fon version compiled with asan with the one compiled without asan, which you copied earlier. The compilation should complete without any further errors.
Obviously this isn't a proper fix, but it's at least a workaround to get the asan compilation to work.