[BACK]Return to packet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.c between version 1.178 and 1.179

version 1.178, 2012/12/11 22:31:18 version 1.179, 2012/12/12 16:45:52
Line 1266 
Line 1266 
                         logit("Bad packet length %u.", active_state->packlen);                          logit("Bad packet length %u.", active_state->packlen);
                         packet_disconnect("Packet corrupt");                          packet_disconnect("Packet corrupt");
                 }                  }
                   buffer_clear(&active_state->incoming_packet);
         } else if (active_state->packlen == 0) {          } else if (active_state->packlen == 0) {
                 /*                  /*
                  * check if input size is less than the cipher block size,                   * check if input size is less than the cipher block size,

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179