aboutsummaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/files/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wu-ftpd/files/patch-as')
-rw-r--r--ftp/wu-ftpd/files/patch-as11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/wu-ftpd/files/patch-as b/ftp/wu-ftpd/files/patch-as
new file mode 100644
index 000000000000..2f4570616c2b
--- /dev/null
+++ b/ftp/wu-ftpd/files/patch-as
@@ -0,0 +1,11 @@
+--- src/realpath.c.orig Mon Jul 28 16:18:15 2003
++++ src/realpath.c Mon Jul 28 16:18:44 2003
+@@ -299,7 +299,7 @@
+ rootd = 0;
+
+ if (*wbuf) {
+- if (strlen(resolved) + strlen(wbuf) + rootd + 1 > MAXPATHLEN) {
++ if (strlen(resolved) + strlen(wbuf) + !rootd + 1 > MAXPATHLEN) {
+ errno = ENAMETOOLONG;
+ goto err1;
+ }