FreeBSD Bugzilla – Attachment 18046 Details for
Bug 32555
Formatting string bug in cyrus sasl lib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-cyrus-sasl
patch-cyrus-sasl (text/plain; charset=us-ascii), 929 bytes, created by
osa
on 2001-12-07 09:56:21 UTC
(
hide
)
Description:
patch-cyrus-sasl
Filename:
MIME Type:
Creator:
osa
Created:
2001-12-07 09:56:21 UTC
Size:
929 bytes
patch
obsolete
>diff -ruN cyrus-sasl.orig/Makefile cyrus-sasl/Makefile >--- cyrus-sasl.orig/Makefile Thu Dec 6 18:36:51 2001 >+++ cyrus-sasl/Makefile Fri Dec 7 12:53:05 2001 >@@ -7,7 +7,7 @@ > > PORTNAME= cyrus-sasl > PORTVERSION= 1.5.24 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= security > MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ > ${MASTER_SITE_LOCAL} \ >diff -ruN cyrus-sasl.orig/files/patch-lib::common.c cyrus-sasl/files/patch-lib::common.c >--- cyrus-sasl.orig/files/patch-lib::common.c Thu Jan 1 03:00:00 1970 >+++ cyrus-sasl/files/patch-lib::common.c Thu Dec 6 18:35:55 2001 >@@ -0,0 +1,11 @@ >+--- lib/common.c.orig Thu Dec 6 18:34:09 2001 >++++ lib/common.c Thu Dec 6 18:34:24 2001 >+@@ -596,7 +596,7 @@ >+ } >+ >+ /* do the syslog call. do not need to call openlog */ >+- syslog(syslog_priority | LOG_AUTH, message); >++ syslog(syslog_priority | LOG_AUTH, "%s", message); >+ >+ return SASL_OK; >+ }
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 Raw
Actions:
View
Attachments on
bug 32555
: 18046