[Bug 40330] Build fails with AddressSanitizer.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 19 22:55:36 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40330

--- Comment #2 from Adam Buchbinder <adam.buchbinder at gmail.com> ---
This appears to compile almost everything:

$ ./configure --enable-win64 CFLAGS="-g -O1 -fsanitize=address
-fno-omit-frame-pointer" LDFLAGS="-fsanitize=address -lasan -lpthread"

However, make then fails on an execution of sfnt2fon, which may be a FreeType
problem, but I'm not sure; the code in sfnt2fon.c is pretty involved. It seems
to be complaining about memory allocated by FreeType, which the program then
goes past the end of. I've attached the report, though it only identified the
line in sfnt2fon.c, not anything before that.

Failures are seen on: sseriffe.fon, smae1257.fon, and smallee.fon.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list