missing space ckeck in event command
This commit is contained in:
@ -341,6 +341,7 @@ compileCommand(StreamProtocolParser::Protocol* protocol,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
args++;
|
args++;
|
||||||
|
while (isspace(*args)) args++;
|
||||||
}
|
}
|
||||||
buffer.append(&eventmask, sizeof(eventmask));
|
buffer.append(&eventmask, sizeof(eventmask));
|
||||||
if (*args)
|
if (*args)
|
||||||
|
Reference in New Issue
Block a user