artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8419dcc
)
fix indent; Clemens Goessnitzer
author
deraadt
<deraadt@openbsd.org>
Wed, 25 Jul 2018 13:56:23 +0000
(13:56 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 25 Jul 2018 13:56:23 +0000
(13:56 +0000)
usr.bin/ssh/session.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/session.c
b/usr.bin/ssh/session.c
index
26cfb0c
..
420f081
100644
(file)
--- a/
usr.bin/ssh/session.c
+++ b/
usr.bin/ssh/session.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: session.c,v 1.30
4 2018/07/11 18:53:29 markus
Exp $ */
+/* $OpenBSD: session.c,v 1.30
5 2018/07/25 13:56:23 deraadt
Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
@@
-360,7
+360,7
@@
xauth_valid_string(const char *s)
if (!isalnum((u_char)s[i]) &&
s[i] != '.' && s[i] != ':' && s[i] != '/' &&
s[i] != '-' && s[i] != '_')
- return 0;
+
return 0;
}
return 1;
}