Module Name: src
Committed By: riz
Date: Fri Jan 27 19:32:45 UTC 2012
Modified Files:
src/crypto/dist/ssh [netbsd-5-1]: auth-options.c
Log Message:
Pull up following revision(s) (requested by drochner in ticket #1717):
crypto/dist/ssh/auth-options.c patch
Prevent minor information disclosure in ssh.
[drochner, ticket #1717]
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.16.1 src/crypto/dist/ssh/auth-options.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/ssh/auth-options.c
diff -u src/crypto/dist/ssh/auth-options.c:1.9 src/crypto/dist/ssh/auth-options.c:1.9.16.1
--- src/crypto/dist/ssh/auth-options.c:1.9 Sun Apr 6 23:38:19 2008
+++ src/crypto/dist/ssh/auth-options.c Fri Jan 27 19:32:45 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: auth-options.c,v 1.9 2008/04/06 23:38:19 christos Exp $ */
+/* $NetBSD: auth-options.c,v 1.9.16.1 2012/01/27 19:32:45 riz Exp $ */
/* $OpenBSD: auth-options.c,v 1.41 2008/03/26 21:28:14 djm Exp $ */
/*
* Author: Tatu Ylonen <[email protected]>
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: auth-options.c,v 1.9 2008/04/06 23:38:19 christos Exp $");
+__RCSID("$NetBSD: auth-options.c,v 1.9.16.1 2012/01/27 19:32:45 riz Exp $");
#include <sys/types.h>
#include <netdb.h>
@@ -156,7 +156,7 @@ auth_parse_options(struct passwd *pw, ch
goto bad_option;
}
forced_command[i] = '\0';
- auth_debug_add("Forced command: %.900s", forced_command);
+ auth_debug_add("Forced command.");
opts++;
goto next_option;
}