mirror of
https://github.com/clearml/dropbear
synced 2025-03-04 02:57:46 +00:00
merge from main
--HG-- branch : fuzz
This commit is contained in:
commit
78e17f6ee9
@ -312,7 +312,7 @@ static int checkusername(const char *username, unsigned int userlen) {
|
|||||||
return DROPBEAR_FAILURE;
|
return DROPBEAR_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* HAVE_GETGROUPLIST */
|
||||||
|
|
||||||
TRACE(("shell is %s", ses.authstate.pw_shell))
|
TRACE(("shell is %s", ses.authstate.pw_shell))
|
||||||
|
|
||||||
@ -399,7 +399,7 @@ void send_msg_userauth_failure(int partial, int incrfail) {
|
|||||||
if (!fuzz.fuzzing)
|
if (!fuzz.fuzzing)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
usleep(delay);
|
usleep(delay);
|
||||||
}
|
}
|
||||||
ses.authstate.failcount++;
|
ses.authstate.failcount++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user