FreeBSD Bugzilla – Attachment 48365 Details for
Bug 74022
procmail segfaults when terminating prematurely
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 523 bytes, created by
Thomas Quinot
on 2004-11-17 00:20:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas Quinot
Created:
2004-11-17 00:20:21 UTC
Size:
523 bytes
patch
obsolete
>--- procmail-3.22/src/comsat.c Tue Sep 11 06:55:46 2001 >+++ /usr/ports/mail/procmail/work/procmail-3.22/src/comsat.c Wed Nov 17 01:06:48 2004 >@@ -120,7 +120,7 @@ > { int s;const char*p; > if(!csvalid||!buf) /* is comat on and set to a valid address? */ > return; >- if(!*cslgname||strlen(cslgname)+2>linebuf) /* is $LOGNAME bogus? */ >+ if(!cslgname||!*cslgname||strlen(cslgname)+2>linebuf)/* is $LOGNAME bogus? */ > return; > if(!(p=folder?folder:cslastf)) /* do we have a folder? */ > return;
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 74022
: 48365