Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
435dba8b
Commit
435dba8b
authored
Dec 07, 2010
by
Leigh B Stoller
Browse files
Minor fix to previous revision.
parent
6ae8e298
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
435dba8b
...
...
@@ -1078,7 +1078,7 @@ handle_request(int sock, struct sockaddr_in *client, char *rdata, int istcp)
/*
* Look for external key
*/
if
(
sscanf
(
bp
,
"KEY=%"
XSTRINGIFY
(
PRIV_LEN
)
"s"
,
buf
))
{
if
(
sscanf
(
bp
,
"KEY=%"
XSTRINGIFY
(
PRIV
KEY
_LEN
)
"s"
,
buf
))
{
for
(
i
=
0
;
i
<
strlen
(
buf
);
i
++
){
if
(
!
isalnum
(
buf
[
i
]))
{
info
(
"tmcd client provided invalid "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment