From: Damien Miller Date: Tue, 8 Apr 2025 23:49:55 +0000 (+1000) Subject: initialise websafe_allowlist in agent fuzzer X-Git-Tag: V_10_0_P1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4a6bd50b658d707867caa1f5aa40b35c2b6c19;p=thirdparty%2Fopenssh-portable.git initialise websafe_allowlist in agent fuzzer --- diff --git a/regress/misc/fuzz-harness/agent_fuzz_helper.c b/regress/misc/fuzz-harness/agent_fuzz_helper.c index 321343bbb..275022115 100644 --- a/regress/misc/fuzz-harness/agent_fuzz_helper.c +++ b/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 */ }