[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.121 and 1.122

version 1.121, 2019/12/21 02:19:13 version 1.122, 2020/02/26 13:40:09
Line 560 
Line 560 
                 goto out;                  goto out;
         r = decode_reply(type);          r = decode_reply(type);
  out:   out:
         if (blob != NULL) {          if (blob != NULL)
                 explicit_bzero(blob, blen);                  freezero(blob, blen);
                 free(blob);  
         }  
         sshbuf_free(msg);          sshbuf_free(msg);
         return r;          return r;
 }  }

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122