DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2319 Version: 2.0-current Running dillo-2.2, I browsed to a webpage which requested the "Courier" font. It ends up calling fltk::setfont(), which in turn calls fontopen(). Given it's settings, fontopen() returned NULL, and fltk::setfont() continues using the pointer without checking it - resulting in a crash. The fontopen() function gets called with the following arguments: name : "Courier" attributes : 0 size : 10 core : false I'm not sure whether there is some misconfiguration on my system. Regardless, it shouldn't crash the program. Link: http://www.fltk.org/str.php?L2319 Version: 2.0-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
