Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173686 Details for
Bug 224807
mail-client/nmh 1.3 is out. Bump?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
m_getfld ebuild patch updated
nmh-1.3-m_getfld.patch (text/plain), 627 bytes, created by
Brad Allen
on 2008-11-28 18:55:07 UTC
(
hide
)
Description:
m_getfld ebuild patch updated
Filename:
MIME Type:
Creator:
Brad Allen
Created:
2008-11-28 18:55:07 UTC
Size:
627 bytes
patch
obsolete
>--- nmh-1.3/sbr/m_getfld.c.~1~ 2008-04-05 11:41:37.000000000 -0700 >+++ nmh-1.3/sbr/m_getfld.c 2008-11-28 10:25:34.768265994 -0800 >@@ -731,18 +731,18 @@ matchc(int patln, char *pat, int strln, > register char *ep = pat + patln; > register char pc = *pat++; > >- for(;;) { >- while (pc != *str++) >- if (str > es) >- return 0; >+ for(;str <= es; str++) { >+ if (pc != *str) >+ continue; > if (str > es+1) > return 0; >- sp = str; pp = pat; >+ sp = str+1; pp = pat; > while (pp < ep && *sp++ == *pp) > pp++; > if (pp >= ep) >- return ((unsigned char *)--str); >+ return ((unsigned char *)str); > } >+ return 0; > } > >
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 224807
:
173682
|
173684
|
173685
| 173686 |
173688
|
173689
|
173691