mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
fuzzing - Set postauth user to root since that's what it runs as
This commit is contained in:
parent
3c88d6536a
commit
220ba993a2
@ -262,8 +262,7 @@ int fuzz_run_server(const uint8_t *Data, size_t Size, int skip_kexmaths, int aut
|
||||
|
||||
if (authdone) {
|
||||
ses.authstate.authdone = 1;
|
||||
char *me = fuzz_getpwuid(getuid())->pw_name;
|
||||
fill_passwd(me);
|
||||
fill_passwd("root");
|
||||
}
|
||||
|
||||
m_malloc_set_epoch(1);
|
||||
|
Loading…
Reference in New Issue
Block a user