gtk/modules
Carlos Garcia Campos 2adacca119 gtkprintbackendfile: Fix infinite loop in _cairo_write()
It can happen if the io channel has been closed. In that case
g_io_channel_write_chars() returns early because of a g_return macro
that checks if the io channel is writable. When returning from g_return
macros, the bytes written output parameter is not updated and the error
is not filled, so the error is not detected and the written variable is
used uninitialized. We should check the return value of
g_io_channel_write_chars() to break the loop.

https://bugzilla.gnome.org/show_bug.cgi?id=685419
2013-04-14 12:19:09 +02:00
..
engines win32: Remove the ms-windows engine 2012-04-03 19:34:02 +02:00
input Add missing $(EXEEXT) for gtk-query-immodules-3.0 2013-01-20 22:24:34 -05:00
printbackends gtkprintbackendfile: Fix infinite loop in _cairo_write() 2013-04-14 12:19:09 +02:00
Makefile.am gail: Move from modules/other/gail to gtk/a11y 2011-07-05 16:07:56 -04:00