From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rgl8W-00012b-VW for garchives@archives.gentoo.org; Fri, 30 Dec 2011 22:41:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F37121C026; Fri, 30 Dec 2011 22:41:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB5DD21C026 for ; Fri, 30 Dec 2011 22:41:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C6231B400F for ; Fri, 30 Dec 2011 22:41:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2276) id 1D9932004C; Fri, 30 Dec 2011 22:41:07 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/krename/files: krename-4.0.7-fix-segfault.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: krename-4.0.7-fix-segfault.patch X-VCS-Directories: kde-misc/krename/files X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Message-Id: <20111230224107.1D9932004C@flycatcher.gentoo.org> Date: Fri, 30 Dec 2011 22:41:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7fd4b22e-beec-40c8-aeb2-b6186898fdd9 X-Archives-Hash: 5452fd2c51aa5f99af6618cc3bf53d47 dilfridge 11/12/30 22:41:07 Added: krename-4.0.7-fix-segfault.patch Log: Fix crash bug 396377 =20 (Portage version: 2.1.10.41/cvs/Linux x86_64) Revision Changes Path 1.1 kde-misc/krename/files/krename-4.0.7-fix-segfault.pa= tch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krename/f= iles/krename-4.0.7-fix-segfault.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krename/f= iles/krename-4.0.7-fix-segfault.patch?rev=3D1.1&content-type=3Dtext/plain Index: krename-4.0.7-fix-segfault.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Patch by Kevin Kofler, for more info see https://bugzilla.redhat.com/show_bug.cgi?id=3D684908 diff -ur krename-4.0.7/src/plugin.cpp krename-4.0.7.new/src/plugin.cpp --- krename-4.0.7/src/plugin.cpp 2010-12-20 11:56:56.000000000 -0600 +++ krename-4.0.7.new/src/plugin.cpp 2011-12-28 20:19:45.027305094 -0600 @@ -19,7 +19,7 @@ =20 #include "tokenhelpdialog.h" =20 -const QString Plugin::S_TOKEN_SEPARATOR =3D TokenHelpDialog::S_TOKEN_SEP= ARATOR; +const QString Plugin::S_TOKEN_SEPARATOR =3D ";;"; =20 Plugin::Plugin( PluginLoader* loader ) : m_pluginLoader( loader ), m_enabled( false )