diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-08-28 23:01:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-08-28 23:01:09 +0000 |
commit | fd90e9130bcca83eb886c7a1946190a48352e5b1 (patch) | |
tree | f46fdfdce7c5f7ff8c38a3478e0323487d797265 /net-ftp/atftp/files/atftp-0.6-security.patch | |
parent | move net-ftp/atftp net-misc (diff) | |
download | historical-fd90e9130bcca83eb886c7a1946190a48352e5b1.tar.gz historical-fd90e9130bcca83eb886c7a1946190a48352e5b1.tar.bz2 historical-fd90e9130bcca83eb886c7a1946190a48352e5b1.zip |
move net-ftp/atftp net-misc
Diffstat (limited to 'net-ftp/atftp/files/atftp-0.6-security.patch')
-rw-r--r-- | net-ftp/atftp/files/atftp-0.6-security.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-ftp/atftp/files/atftp-0.6-security.patch b/net-ftp/atftp/files/atftp-0.6-security.patch deleted file mode 100644 index 5bf58699c74c..000000000000 --- a/net-ftp/atftp/files/atftp-0.6-security.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- tftp.c 2003-06-17 00:13:52.000000000 +0200 -+++ tftp.patch.c 2003-06-17 00:09:50.000000000 +0200 -@@ -827,17 +827,17 @@ int tftp_cmd_line_options(int argc, char - process_cmd(ac, av); - break; - case 'T': -- sprintf(string, "timeout %s", optarg); -+ snprintf(string, sizeof(string), "timeout %s", optarg); - make_arg(string, &ac, &av); - process_cmd(ac, av); - break; - case 't': -- sprintf(string, "option timeout %s", optarg); -+ snprintf(string, sizeof(string), "option timeout %s", optarg); - make_arg(string, &ac, &av); - process_cmd(ac, av); - break; - case 'b': -- sprintf(string, "option blksize %s", optarg); -+ snprintf(string, sizeof(string), "option blksize %s", optarg); - make_arg(string, &ac, &av); - process_cmd(ac, av); - break; |