pkgsrc/net/wu-ftpd/patches/patch-ah
rh 29df0957f5 Update wu-ftpd to version 2.4.2-beta-18
Fix long dirname security vulnerability reported on redhat-watch-list@redhat.com
Use ${INSTALL_xxx} variables from pkg system instead of internal defaults
1999-02-13 09:05:02 +00:00

12 lines
291 B
Text

$NetBSD: patch-ah,v 1.4 1999/02/13 09:05:02 rh Exp $
--- support/authuser.c.orig Mon Jul 6 11:14:52 1998
+++ support/authuser.c Sat Feb 13 00:43:35 1999
@@ -9,6 +9,7 @@
#else
#include <sys/types.h>
#endif
+#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <errno.h>