Merge pull request #521 from lag-linaro/qemud-multiple-messages
anbox: qemu: qemud_message_processor: Handle multiple 'cat'ed messages
This commit is contained in:
commit
7266fe2d47
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ void QemudMessageProcessor::process_commands() {
|
|||
|
||||
unsigned int body_size = 0;
|
||||
::sscanf(header, "%04x", &body_size);
|
||||
if (body_size != buffer_.size() - header_size) break;
|
||||
|
||||
std::string command;
|
||||
// Make sure we only copy as much bytes as we have to and not more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue