diff options
Diffstat (limited to 'crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c')
-rw-r--r-- | crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c b/crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c index 321343bbbbdc..2750221154e6 100644 --- a/crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c +++ b/crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c @@ -158,6 +158,7 @@ test_one(const uint8_t* s, size_t slen) SYSLOG_FACILITY_AUTH, 1); devnull = devnull_or_die(); allowed_providers = xstrdup(""); + websafe_allowlist = xstrdup("*"); setenv("DISPLAY", "", 1); /* ban askpass */ } |