Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23824 Details for
Bug 25179
mutt 1.5.4i segfaults on adding Lines-Header
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Potential fix
patch-1.5.5.1.rjb.lines_fix.1 (text/plain), 657 bytes, created by
Bob Bell
on 2004-01-14 14:27:29 UTC
(
hide
)
Description:
Potential fix
Filename:
MIME Type:
Creator:
Bob Bell
Created:
2004-01-14 14:27:29 UTC
Size:
657 bytes
patch
obsolete
>diff -u -3 -p -r3.10 parse.c >--- parse.c 19 Sep 2003 13:03:26 -0000 3.10 >+++ parse.c 14 Jan 2004 22:21:47 -0000 >@@ -1053,14 +1053,16 @@ int mutt_parse_rfc822_line (ENVELOPE *e, > if (!ascii_strcasecmp (line + 1, "ines")) > { > if (hdr) >+ { > hdr->lines = atoi (p); > >- /* >- * HACK - mutt has, for a very short time, produced negative >- * Lines header values. Ignore them. >- */ >- if (hdr->lines < 0) >- hdr->lines = 0; >+ /* >+ * HACK - mutt has, for a very short time, produced negative >+ * Lines header values. Ignore them. >+ */ >+ if (hdr->lines < 0) >+ hdr->lines = 0; >+ } > > matched = 1; > }
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 25179
: 23824