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

Diff for /src/usr.bin/ssh/session.c between version 1.197.2.1 and 1.197.2.2

version 1.197.2.1, 2006/09/30 04:06:51 version 1.197.2.2, 2006/11/08 00:17:14
Line 763 
Line 763 
   
         /* Initialize the environment. */          /* Initialize the environment. */
         envsize = 100;          envsize = 100;
         env = xmalloc(envsize * sizeof(char *));          env = xcalloc(envsize, sizeof(char *));
         env[0] = NULL;          env[0] = NULL;
   
 #ifdef GSSAPI  #ifdef GSSAPI

Legend:
Removed from v.1.197.2.1  
changed lines
  Added in v.1.197.2.2