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

Diff for /src/usr.bin/ssh/kex.c between version 1.105 and 1.106

version 1.105, 2015/01/30 00:22:25 version 1.106, 2015/04/17 13:25:52
Line 210 
Line 210 
 {  {
         u_int i;          u_int i;
   
           if (proposal == NULL)
                   return;
         for (i = 0; i < PROPOSAL_MAX; i++)          for (i = 0; i < PROPOSAL_MAX; i++)
                 free(proposal[i]);                  free(proposal[i]);
         free(proposal);          free(proposal);

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106