doc/share/security/patches/SA-15:16/openssh-8-errata.patch

12 lines
392 B
Diff

Index: crypto/openssh/auth2-chall.c
===================================================================
--- crypto/openssh/auth2-chall.c (revision 286066)
+++ crypto/openssh/auth2-chall.c (working copy)
@@ -131,6 +131,7 @@ kbdint_alloc(const char *devs)
kbdintctxt->ctxt = NULL;
kbdintctxt->device = NULL;
kbdintctxt->nreq = 0;
+ kbdintctxt->devices_done = 0;
return kbdintctxt;
}