FreeBSD Bugzilla – Attachment 147218 Details for
Bug 193560
[patch] mail/procmail: CVE-2014-3618 Heap-overflow in procmail's formail utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch-src-formisc.c (text/plain), 448 bytes, created by
martin
on 2014-09-11 13:21:34 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
martin
Created:
2014-09-11 13:21:34 UTC
Size:
448 bytes
patch
obsolete
>--- src/formisc.c.bak >+++ src/formisc.c >@@ -84,12 +84,11 @@ normal: *target++= *start++; > case '"':*target++=delim='"';start++; > } > ;{ int i; >- do >+ while(*start) /* anything? */ > if((i= *target++= *start++)==delim) /* corresponding delimiter? */ > break; > else if(i=='\\'&&*start) /* skip quoted character */ > *target++= *start++; >- while(*start); /* anything? */ > } > hitspc=2; > }
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 193560
: 147218