Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2013-01-14 22:22:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2012-12-14 09:42:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2013-01-14 22:22:55.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 14 14:06:37 CET 2013 - [email protected] + +- fix segfault reading duds (bnc #798110) + +------------------------------------------------------------------- Old: ---- linuxrc-4.1.1.tar.bz2 New: ---- linuxrc-4.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.o2kCqC/_old 2013-01-14 22:22:56.000000000 +0100 +++ /var/tmp/diff_new_pack.o2kCqC/_new 2013-01-14 22:22:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package linuxrc # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,9 +24,9 @@ Summary: SUSE Installation Program License: GPL-3.0+ Group: System/Boot -Version: 4.1.1 +Version: 4.1.2 Release: 0 -Source: linuxrc-4.1.1.tar.bz2 +Source: linuxrc-4.1.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ linuxrc-4.1.1.tar.bz2 -> linuxrc-4.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-4.1.1/VERSION new/linuxrc-4.1.2/VERSION --- old/linuxrc-4.1.1/VERSION 2012-12-13 10:45:59.000000000 +0100 +++ new/linuxrc-4.1.2/VERSION 2013-01-14 14:06:33.000000000 +0100 @@ -1 +1 @@ -4.1.1 +4.1.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-4.1.1/changelog new/linuxrc-4.1.2/changelog --- old/linuxrc-4.1.1/changelog 2012-12-13 10:46:01.000000000 +0100 +++ new/linuxrc-4.1.2/changelog 2013-01-14 14:06:35.000000000 +0100 @@ -1,4 +1,7 @@ -2012-12-13: HEAD +2013-01-14: HEAD + - fix segfault reading duds (bnc #798110) + +2012-12-13: 4.1.1 - Revert "clean-up: removed built-in extend" - This reverts commit 2c59f72fee9d308dd791090c898b48bbb7fbbc21. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-4.1.1/url.c new/linuxrc-4.1.2/url.c --- old/linuxrc-4.1.1/url.c 2012-11-26 13:43:57.000000000 +0100 +++ new/linuxrc-4.1.2/url.c 2013-01-14 14:04:57.000000000 +0100 @@ -1678,7 +1678,7 @@ int err = 0, free_src = 0; char *buf1 = NULL, *s, *t; - tc_src = src; + // don't assign tc_src yet, src may get modified tc_dst = dst; tc_flags = flags; tc_label = label; @@ -1717,6 +1717,8 @@ free_src = 1; } + tc_src = src; + if(url->mount) { strprintf(&buf1, "file:%s", url->mount); url = url_set(buf1); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
