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 1Qyngw-0006Ak-Mi for garchives@archives.gentoo.org; Wed, 31 Aug 2011 16:31:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9979521C2DD; Wed, 31 Aug 2011 16:30:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6CD4221C2DD for ; Wed, 31 Aug 2011 16:30:39 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0DF21B401D for ; Wed, 31 Aug 2011 16:30:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2282) id 9C0F920051; Wed, 31 Aug 2011 16:30:32 +0000 (UTC) From: "Eray Aslan (eras)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eras@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/maildrop/files: maildrop-2.5.4-reformime.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: maildrop-2.5.4-reformime.patch X-VCS-Directories: mail-filter/maildrop/files X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan Content-Type: text/plain; charset=utf8 Message-Id: <20110831163032.9C0F920051@flycatcher.gentoo.org> Date: Wed, 31 Aug 2011 16:30:32 +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: X-Archives-Hash: 2e3345d8a5dde15cc1f125e33aeccdd7 eras 11/08/31 16:30:32 Modified: maildrop-2.5.4-reformime.patch Log: Fix segfault in reformime - bug #379101. Take two =20 (Portage version: 2.1.10.11/cvs/Linux x86_64) Revision Changes Path 1.2 mail-filter/maildrop/files/maildrop-2.5.4-reformime.= patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildr= op/files/maildrop-2.5.4-reformime.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildr= op/files/maildrop-2.5.4-reformime.patch?rev=3D1.2&content-type=3Dtext/pla= in diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/maildr= op/files/maildrop-2.5.4-reformime.patch?r1=3D1.1&r2=3D1.2 Index: maildrop-2.5.4-reformime.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 RCS file: /var/cvsroot/gentoo-x86/mail-filter/maildrop/files/maildrop-2.5= .4-reformime.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maildrop-2.5.4-reformime.patch 15 Aug 2011 07:23:57 -0000 1.1 +++ maildrop-2.5.4-reformime.patch 31 Aug 2011 16:30:32 -0000 1.2 @@ -12,3 +12,16 @@ break; case 'i': doinfo=3D1; +Index: rfc2045/reformime.c +=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 +--- rfc2045/reformime.c (revision 137) ++++ rfc2045/reformime.c (working copy) +@@ -1150,7 +1150,7 @@ +=20 + if (doinfo) + { +- mimesection =3D strtok(section,","); ++ mimesection =3D section ? strtok(section, ","):NULL; + do { + print_info(p, mimesection); + if (do_extract)