[Xfce4-commits] [xfce/xfdesktop] 02/03: coverity cid 1292724 Uninitialized pointer read

noreply at xfce.org noreply at xfce.org
Wed Apr 1 19:13:58 CEST 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 8871f43b5724db02d55ea13ca2af66fc4e6c24ce
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Wed Apr 1 19:54:50 2015 +0300

    coverity cid 1292724 Uninitialized pointer read
---
 settings/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/main.c b/settings/main.c
index dbefeb3..312806a 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -180,7 +180,7 @@ static const gchar *
 system_data_lookup (void)
 {
     const gchar * const * dirs;
-    gchar *path;
+    gchar *path = NULL;
     guint i;
 
     dirs = g_get_system_data_dirs ();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list