Date: Tue, 18 May 2010 09:06:38 +0200 (CEST) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146690: maintainer-update of mail/mutt-devel Message-ID: <201005180706.o4I76c8v056532@alaska.cert.siemens.com> Resent-Message-ID: <201005180710.o4I7A7VL045666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146690 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 18 07:10:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 7.3-RELEASE i386 >Organization: >Environment: >Description: Maintainer update of mail/mutt-devel: - Fix a SIGSEGV problem when unsubscribing IMAP folders. Taken from upstream bug-id #3273 (Do not free statically-allocated buffy buffer.) >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/files/patch-buffy.c ./files/patch-buffy.c --- /usr/ports/mail/mutt-devel/files/patch-buffy.c 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-buffy.c 2010-05-18 08:59:44.000000000 +0200 @@ -0,0 +1,10 @@ +--- buffy.c.orig 2009-06-02 19:16:26.000000000 +0200 ++++ buffy.c 2010-05-18 07:41:47.000000000 +0200 +@@ -236,7 +236,6 @@ + { + if(*tmp) + { +- FREE (&((*tmp)->path)); + tmp1=(*tmp)->next; + FREE (tmp); /* __FREE_CHECKED__ */ + *tmp=tmp1; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005180706.o4I76c8v056532>