freebsd-ports/ftp/gftp/files/patch-ae
Kris Kennaway 687e227b48 Upgrade to gftp 2.0.8 and mark FORBIDDEN. gftp 2.0.8 was a security update
to fix a remotely exploitable format string vulnerability, but in the course
of trying to make the new version actually build I discovered that it also
has local tempfile vulnerabilities, among other problems.
2001-04-30 07:33:39 +00:00

12 lines
339 B
Plaintext

--- src/gtk/gftp-gtk.h.orig Tue Mar 20 17:46:01 2001
+++ src/gtk/gftp-gtk.h Mon Apr 30 00:18:12 2001
@@ -197,7 +197,7 @@
void ftp_log ( gftp_logging_level level,
void *ptr,
const char *string,
- ... );
+ ... ) __attribute__((format(printf, 3, 4)));
void refresh ( gftp_window_data * wdata );