[mate-session-manager] 10/15: debian/patches/0004_no-crash-if-no-req-apps-found.patch: Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Fri Jun 12 15:16:45 UTC 2015


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

flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-session-manager.

commit d05145ded2679fe339163eed71b4830f567c4e7a
Author: Martin Wimpress <code at flexion.org>
Date:   Fri Jun 12 16:07:54 2015 +0100

    debian/patches/0004_no-crash-if-no-req-apps-found.patch: Applied upstream.
---
 .../0004_no-crash-if-no-req-apps-found.patch       | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/debian/patches/0004_no-crash-if-no-req-apps-found.patch b/debian/patches/0004_no-crash-if-no-req-apps-found.patch
deleted file mode 100644
index 5cda3c5..0000000
--- a/debian/patches/0004_no-crash-if-no-req-apps-found.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-
-m 3d54b96a285272cf5ac6a191a1b53ce018305b3e Mon Sep 17 00:00:00 2001
-From: monsta <monsta at inbox.ru>
-Date: Thu, 19 Feb 2015 16:05:52 +0300
-Subject: [PATCH] avoid dereferencing NULL pointer
-
----
- mate-session/main.c | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/mate-session/main.c b/mate-session/main.c
-index 63cc5fc..f5f5734 100644
---- a/mate-session/main.c
-+++ b/mate-session/main.c
-@@ -249,15 +249,16 @@ static void append_required_apps(GsmManager* manager)
- 	{
- 		g_warning("No required applications specified");
- 	}
--
--	for (i = 0; required_components[i]; i++)
-+	else
- 	{
-+		for (i = 0; required_components[i]; i++)
-+		{
- 			char* default_provider;
- 			const char* component;
- 
- 			if (IS_STRING_EMPTY((char*) required_components[i]))
- 			{
--					continue;
-+				continue;
- 			}
- 
- 			component = required_components[i];
-@@ -285,6 +286,7 @@ static void append_required_apps(GsmManager* manager)
- 			}
- 
- 			g_free(default_provider);
-+		}
- 	}
- 
- 	g_debug("main: *** Done adding required apps");
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-session-manager.git



More information about the pkg-mate-commits mailing list