MAX_MSG_LENGTH
if (msg_len > MAX_MSG_LENGTH) {
(r = sshbuf_check_reserve(oqueue, MAX_MSG_LENGTH)) == 0)
if ((r = sshbuf_check_reserve(oqueue, MAX_MSG_LENGTH)) == 0)