FreeBSD Bugzilla – Attachment 57551 Details for
Bug 86833
maintainer-update: ftp/weex - fixing a remote format string bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
weex.patch
weex.patch (text/plain), 1.33 KB, created by
Emanuel Haupt
on 2005-10-02 15:50:13 UTC
(
hide
)
Description:
weex.patch
Filename:
MIME Type:
Creator:
Emanuel Haupt
Created:
2005-10-02 15:50:13 UTC
Size:
1.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/ftp/weex/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 13 Sep 2005 18:18:40 -0000 1.2 >+++ Makefile 2 Oct 2005 09:15:03 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= weex > PORTVERSION= 2.6.1.5 >+PORTREVISION= 1 > CATEGORIES= ftp > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} > MASTER_SITE_SUBDIR= ${PORTNAME} >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/ftp/weex/pkg-descr,v >retrieving revision 1.1 >diff -u -r1.1 pkg-descr >--- pkg-descr 8 Sep 2005 11:13:30 -0000 1.1 >+++ pkg-descr 2 Oct 2005 09:15:03 -0000 >@@ -9,6 +9,3 @@ > * caching to speed up the synchronization process > > WWW: http://weex.sourceforge.net/ >- >-- ehaupt >-ehaupt@critical.ch >Index: files/patch-src-log.c >=================================================================== >RCS file: files/patch-src-log.c >diff -N files/patch-src-log.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src-log.c 2 Oct 2005 09:15:03 -0000 >@@ -0,0 +1,11 @@ >+--- src/log.c.orig Mon Aug 18 11:52:38 2003 >++++ src/log.c Sun Oct 2 11:06:58 2005 >+@@ -183,7 +183,7 @@ >+ >+ fp=log_open(); >+ for(i=0;i<max_log;i++){ >+- fprintf(fp,log_str[i]); >++ fprintf(fp,"%s",log_str[i]); >+ free(log_str[i]); >+ } >+ free(log_str);
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 86833
: 57551