public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils/files: openrc-splash-crash.patch
@ 2008-04-11 16:01 Michael Januszewski (spock)
  0 siblings, 0 replies; only message in thread
From: Michael Januszewski (spock) @ 2008-04-11 16:01 UTC (permalink / raw
  To: gentoo-commits

spock       08/04/11 16:01:16

  Added:                openrc-splash-crash.patch
  Log:
  Fix a potential crash in the OpenRC splash plugin.  Patch by Roy Marples.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.1                  media-gfx/splashutils/files/openrc-splash-crash.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/files/openrc-splash-crash.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/files/openrc-splash-crash.patch?rev=1.1&content-type=text/plain

Index: openrc-splash-crash.patch
===================================================================
--- splash.c.orig	2008-04-10 09:31:54.000000000 +0100
+++ splash.c	2008-04-10 09:54:00.000000000 +0100
@@ -441,6 +441,8 @@
 		if (list_has(svcs_done, name))
 			return 0;
 
+		if (!svcs_done)
+			svcs_done = rc_stringlist_new();
 		rc_stringlist_add(svcs_done, name);
 		svcs_done_cnt++;
 	}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-11 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 16:01 [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils/files: openrc-splash-crash.patch Michael Januszewski (spock)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox