gvfs r2058 - in branches/gnome-2-24: . common



Author: alexl
Date: Fri Oct 17 09:25:34 2008
New Revision: 2058
URL: http://svn.gnome.org/viewvc/gvfs?rev=2058&view=rev

Log:
2008-10-17  Alexander Larsson  <alexl redhat com>

	Import from trunk:
	
	* common/gdbusutils.c (append_escaped_name):
	Fix uninitialized memory read.



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/common/gdbusutils.c

Modified: branches/gnome-2-24/common/gdbusutils.c
==============================================================================
--- branches/gnome-2-24/common/gdbusutils.c	(original)
+++ branches/gnome-2-24/common/gdbusutils.c	Fri Oct 17 09:25:34 2008
@@ -53,6 +53,7 @@
   gboolean first;
   static const gchar hex[16] = "0123456789ABCDEF";
 
+  first = TRUE;
   while ((c = *unescaped++) != 0)
     {
       if (first)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]