[Bug 678397] gray_find_cell() - longjmp causes uninitialized stack frame

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 4 10:08:32 UTC 2013


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



--- Comment #43 from Steve Tyler <stephent98 at hotmail.com> ---
Nice work, Marek. That's way more than I could have figured out. :-)

The only cairo file referring to FT_Library appears to be cairo-ft-font.c:

$ find cairo-1.12.14/src -name '*.[ch]' | xargs grep FT_Library
cairo-1.12.14/src/cairo-ft-font.c:    FT_Library ft_library;
cairo-1.12.14/src/cairo-ft-font.c:    FT_Library library = glyphslot->library;
cairo-1.12.14/src/cairo-ft-font.c:    FT_Library_SetLcdFilter (library,
lcd_filter);
cairo-1.12.14/src/cairo-ft-font.c:    FT_Library_SetLcdFilter (library,
FT_LCD_FILTER_NONE);

Source is from here:
http://cairographics.org/releases/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ZbExwY2wro&a=cc_unsubscribe


More information about the fonts-bugs mailing list