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

Diff for /src/usr.bin/ssh/auth2-chall.c between version 1.38 and 1.38.2.1

version 1.38, 2013/05/17 00:13:13 version 1.38.2.1, 2013/11/08 01:33:56
Line 66 
Line 66 
         Buffer b;          Buffer b;
         int i;          int i;
   
         kbdintctxt = xmalloc(sizeof(KbdintAuthctxt));          kbdintctxt = xcalloc(1, sizeof(KbdintAuthctxt));
         if (strcmp(devs, "") == 0) {          if (strcmp(devs, "") == 0) {
                 buffer_init(&b);                  buffer_init(&b);
                 for (i = 0; devices[i]; i++) {                  for (i = 0; devices[i]; i++) {

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.38.2.1