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

Diff for /src/usr.bin/ssh/ssh-pkcs11-helper.c between version 1.10 and 1.11

version 1.10, 2015/01/20 23:14:00 version 1.11, 2015/08/20 22:32:42
Line 290 
Line 290 
         buffer_init(&oqueue);          buffer_init(&oqueue);
   
         set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);          set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);
         rset = (fd_set *)xmalloc(set_size);          rset = xmalloc(set_size);
         wset = (fd_set *)xmalloc(set_size);          wset = xmalloc(set_size);
   
         for (;;) {          for (;;) {
                 memset(rset, 0, set_size);                  memset(rset, 0, set_size);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11