diff options
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ad | 29 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-ad | 29 |
2 files changed, 0 insertions, 58 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ad b/ftp/wu-ftpd+ipv6/files/patch-ad deleted file mode 100644 index a6cecf1bfc16..000000000000 --- a/ftp/wu-ftpd+ipv6/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ -*** src/popen.c.bak Fri Sep 12 06:09:30 1997 ---- src/popen.c Fri May 15 21:01:29 1998 -*************** -*** 87,92 **** ---- 87,93 ---- - *strspl(), - #endif - *globerr; -+ static char *envtz[2] = {"TZ=", NULL}; - #ifdef HAVE_GETRLIMIT - struct rlimit rlp; - -*************** -*** 178,184 **** - setuid(i); - enable_signaling(); /* we can allow signals once again: kinch */ - /* end CERT suggested fixes */ -! execv(gargv[0], gargv); - _exit(1); - } - /* parent; assume fdopen can't fail... */ ---- 179,185 ---- - setuid(i); - enable_signaling(); /* we can allow signals once again: kinch */ - /* end CERT suggested fixes */ -! execve(gargv[0], gargv, envtz); - _exit(1); - } - /* parent; assume fdopen can't fail... */ diff --git a/ftp/wu-ftpd/files/patch-ad b/ftp/wu-ftpd/files/patch-ad deleted file mode 100644 index a6cecf1bfc16..000000000000 --- a/ftp/wu-ftpd/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ -*** src/popen.c.bak Fri Sep 12 06:09:30 1997 ---- src/popen.c Fri May 15 21:01:29 1998 -*************** -*** 87,92 **** ---- 87,93 ---- - *strspl(), - #endif - *globerr; -+ static char *envtz[2] = {"TZ=", NULL}; - #ifdef HAVE_GETRLIMIT - struct rlimit rlp; - -*************** -*** 178,184 **** - setuid(i); - enable_signaling(); /* we can allow signals once again: kinch */ - /* end CERT suggested fixes */ -! execv(gargv[0], gargv); - _exit(1); - } - /* parent; assume fdopen can't fail... */ ---- 179,185 ---- - setuid(i); - enable_signaling(); /* we can allow signals once again: kinch */ - /* end CERT suggested fixes */ -! execve(gargv[0], gargv, envtz); - _exit(1); - } - /* parent; assume fdopen can't fail... */ |