]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
initialise websafe_allowlist in agent fuzzer
authorDamien Miller <djm@mindrot.org>
Tue, 8 Apr 2025 23:49:55 +0000 (09:49 +1000)
committerDamien Miller <djm@mindrot.org>
Tue, 8 Apr 2025 23:49:55 +0000 (09:49 +1000)
regress/misc/fuzz-harness/agent_fuzz_helper.c

index 321343bbbbdc10214aef9394be1abc2e35be19b3..2750221154e6b625155ca0ce8b877d5b216bdd05 100644 (file)
@@ -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 */
        }