Fix tricky bug within packet decoding

This commit is contained in:
Aris Adamantiadis
2009-12-26 17:03:27 +01:00
parent 6f3505bf6b
commit 3aae59c224

View File

@@ -214,6 +214,7 @@ int ssh_packet_socket_callback(const void *data, size_t receivedlen, void *user)
ssh_set_error(session, SSH_FATAL, "HMAC error");
goto error;
}
processed += current_macsize;
}
/* skip the size field which has been processed before */