summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/lib/kafs/afssys.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/lib/kafs/afssys.c')
-rw-r--r--crypto/kerberosIV/lib/kafs/afssys.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/crypto/kerberosIV/lib/kafs/afssys.c b/crypto/kerberosIV/lib/kafs/afssys.c
index 2c6e3af..d49a65a 100644
--- a/crypto/kerberosIV/lib/kafs/afssys.c
+++ b/crypto/kerberosIV/lib/kafs/afssys.c
@@ -14,12 +14,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the Kungliga Tekniska
- * Högskolan and its contributors.
- *
- * 4. Neither the name of the Institute nor the names of its contributors
+ * 3. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -38,7 +33,7 @@
#include "kafs_locl.h"
-RCSID("$Id: afssys.c,v 1.63 1999/05/08 02:24:32 assar Exp $");
+RCSID("$Id: afssys.c,v 1.65 1999/12/02 16:58:40 joda Exp $");
int _kafs_debug; /* this should be done in a better way */
@@ -77,7 +72,7 @@ try_aix(void)
* If we are root or running setuid don't trust AFSLIBPATH!
*/
if (getuid() != 0 && !issuid() && (p = getenv("AFSLIBPATH")) != NULL)
- strcpy_truncate(path, p, sizeof(path));
+ strlcpy(path, p, sizeof(path));
else
snprintf(path, sizeof(path), "%s/afslib.so", LIBDIR);
OpenPOWER on IntegriCloud