* [gentoo-commits] gentoo-x86 commit in mail-client/mutt/files: mutt-1.5.20-crash-on-invalid-limit-pattern.patch
@ 2010-06-12 9:15 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-06-12 9:15 UTC (permalink / raw
To: gentoo-commits
grobian 10/06/12 09:15:16
Added: mutt-1.5.20-crash-on-invalid-limit-pattern.patch
Log:
Add patch for bug #323613, needs to be taken upstream, works for me to resolve the crash.
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.1 mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch?rev=1.1&content-type=text/plain
Index: mutt-1.5.20-crash-on-invalid-limit-pattern.patch
===================================================================
http://bugs.gentoo.org/show_bug.cgi?id=323613
--- pattern.c
+++ pattern.c
@@ -1310,6 +1310,7 @@
simple = safe_strdup (buf);
mutt_check_simple (buf, sizeof (buf), NONULL (SimpleSearch));
+ memset(&err, 0, sizeof(err));
err.data = error;
err.dsize = sizeof (error);
if ((pat = mutt_pattern_comp (buf, M_FULL_MSG, &err)) == NULL)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mutt/files: mutt-1.5.20-crash-on-invalid-limit-pattern.patch
@ 2010-06-12 21:12 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-06-12 21:12 UTC (permalink / raw
To: gentoo-commits
grobian 10/06/12 21:12:27
Modified: mutt-1.5.20-crash-on-invalid-limit-pattern.patch
Log:
Add reference to upstream bugtracker
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.2 mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch?r1=1.1&r2=1.2
Index: mutt-1.5.20-crash-on-invalid-limit-pattern.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/files/mutt-1.5.20-crash-on-invalid-limit-pattern.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mutt-1.5.20-crash-on-invalid-limit-pattern.patch 12 Jun 2010 09:15:16 -0000 1.1
+++ mutt-1.5.20-crash-on-invalid-limit-pattern.patch 12 Jun 2010 21:12:27 -0000 1.2
@@ -1,4 +1,5 @@
http://bugs.gentoo.org/show_bug.cgi?id=323613
+http://dev.mutt.org/trac/ticket/3417
--- pattern.c
+++ pattern.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-12 21:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-12 9:15 [gentoo-commits] gentoo-x86 commit in mail-client/mutt/files: mutt-1.5.20-crash-on-invalid-limit-pattern.patch Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2010-06-12 21:12 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox