[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.36 and 1.36.2.1

version 1.36, 2012/12/03 00:14:06 version 1.36.2.1, 2013/11/08 05:52:21
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.36  
changed lines
  Added in v.1.36.2.1