jer 14/11/19 14:06:54 Added: fltk-1.3.3-fl_open_display.patch Log: Fix segmentation fault in vncview (net-misc/tigervnc) (bug #529856 by Maxim Britov). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 x11-libs/fltk/files/fltk-1.3.3-fl_open_display.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/files/fltk-1.3.3-fl_open_display.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/files/fltk-1.3.3-fl_open_display.patch?rev=1.1&content-type=text/plain Index: fltk-1.3.3-fl_open_display.patch =================================================================== --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -2211,6 +2211,7 @@ static int result = -1; if (result == -1) { + fl_open_display(); result = 0; unsigned long nitems; unsigned long *words = 0;
