aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd/files/patch-as
blob: 2f4570616c2b1ce718004f48f054f1956dd47218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;
    }