29df0957f5
Fix long dirname security vulnerability reported on redhat-watch-list@redhat.com Use ${INSTALL_xxx} variables from pkg system instead of internal defaults
12 lines
291 B
Text
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>
|