From beff7f49aebf470cada8541207b6562c6e068bae Mon Sep 17 00:00:00 2001 From: Daniel Harris Date: Thu, 31 Jul 2003 16:07:05 +0000 Subject: Address CAN-2003-0466. Submitted/approved by: security-officer --- ftp/wu-ftpd+ipv6/files/patch-as | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ftp/wu-ftpd+ipv6/files/patch-as (limited to 'ftp/wu-ftpd+ipv6/files') diff --git a/ftp/wu-ftpd+ipv6/files/patch-as b/ftp/wu-ftpd+ipv6/files/patch-as new file mode 100644 index 000000000000..2f4570616c2b --- /dev/null +++ b/ftp/wu-ftpd+ipv6/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; + } -- cgit v1.2.3