Author: delphij
Date: Thu Jul 30 10:09:07 2015
New Revision: 286067
URL: https://svnweb.freebsd.org/changeset/base/286067

Log:
  Fix a regression introduced with previous OpenSSH by explicitly
  initializing devices_done.
  
  Submitted by: jkim

Modified:
  stable/8/crypto/openssh/auth2-chall.c

Modified: stable/8/crypto/openssh/auth2-chall.c
==============================================================================
--- stable/8/crypto/openssh/auth2-chall.c       Thu Jul 30 06:14:47 2015        
(r286066)
+++ stable/8/crypto/openssh/auth2-chall.c       Thu Jul 30 10:09:07 2015        
(r286067)
@@ -131,6 +131,7 @@ kbdint_alloc(const char *devs)
        kbdintctxt->ctxt = NULL;
        kbdintctxt->device = NULL;
        kbdintctxt->nreq = 0;
+       kbdintctxt->devices_done = 0;
 
        return kbdintctxt;
 }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to