FreeBSD Bugzilla – Attachment 91324 Details for
Bug 128637
[patch] fix SEGV in mail/mutt-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
1.5.18_4-fix-SEGV.patch
1.5.18_4-fix-SEGV.patch (text/plain), 1.08 KB, created by
Eygene Ryabinkin
on 2008-11-06 10:20:00 UTC
(
hide
)
Description:
1.5.18_4-fix-SEGV.patch
Filename:
MIME Type:
Creator:
Eygene Ryabinkin
Created:
2008-11-06 10:20:00 UTC
Size:
1.08 KB
patch
obsolete
>diff -urN ./Makefile ../mutt-devel/Makefile >--- ./Makefile 2008-11-05 11:29:47.000000000 +0300 >+++ ../mutt-devel/Makefile 2008-11-05 11:30:40.000000000 +0300 >@@ -117,7 +117,7 @@ > > PORTNAME= mutt-devel > PORTVERSION= 1.5.18 >-PORTREVISION?= 3 >+PORTREVISION?= 4 > CATEGORIES+= mail ipv6 > .if defined(WITH_MUTT_NNTP) > CATEGORIES+= news >diff -urN ./files/patch-imap::browse.c-fix-SEGV ../mutt-devel/files/patch-imap::browse.c-fix-SEGV >--- ./files/patch-imap::browse.c-fix-SEGV 1970-01-01 03:00:00.000000000 +0300 >+++ ../mutt-devel/files/patch-imap::browse.c-fix-SEGV 2008-11-05 11:32:54.000000000 +0300 >@@ -0,0 +1,13 @@ >+Index: imap/browse.c >+Obtained from: http://dev.mutt.org/trac/changeset/5401%3Abba92e401440/imap/browse.c?old=5378%3Aac00273b3a88&old_path=imap%2Fbrowse.c >+Bug description: http://dev.mutt.org/trac/ticket/3057 >+=================================================================== >+--- imap/browse.c >++++ imap/browse.c >+@@ -229,5 +229,5 @@ >+ } >+ >+- if (!imap_mxcmp(mx.mbox, idata->mailbox)) >++ if (idata->ctx && !imap_mxcmp(mx.mbox, idata->mailbox)) >+ { >+ state->new = idata->ctx->new;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 128637
: 91324