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

Diff for /src/usr.bin/ssh/authfd.c between version 1.86 and 1.86.8.1

version 1.86, 2011/07/06 18:09:21 version 1.86.8.1, 2013/11/08 05:52:21
Line 204 
Line 204 
         if (sock < 0)          if (sock < 0)
                 return NULL;                  return NULL;
   
         auth = xmalloc(sizeof(*auth));          auth = xcalloc(1, sizeof(*auth));
         auth->fd = sock;          auth->fd = sock;
         buffer_init(&auth->identities);          buffer_init(&auth->identities);
         auth->howmany = 0;          auth->howmany = 0;

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.86.8.1