[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.87 and 1.87.2.1

version 1.87, 2013/05/17 00:13:13 version 1.87.2.1, 2013/11/08 01:33:56
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.87  
changed lines
  Added in v.1.87.2.1