[Bug 513582] segfault in FTC_CMapCache_Lookup()

bugzilla at redhat.com bugzilla at redhat.com
Sat Sep 26 12:10:25 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=513582





--- Comment #33 from Kevin Kofler <kevin at tigcc.ticalc.org>  2009-09-26 08:10:24 EDT ---
This one should now work with GCC and other real-world compilers. It's still
not valid C because the C standard explicitly does not require a union to be
100% overlapping storage (if you assign one member, the value of the other is
undefined), in fact handling "union" as "struct" would still be a compliant
implementation of "union". But GCC *does* guarantee that you can use "union"
that way and other compilers in practical use do as well.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fonts-bugs mailing list