[openssh-commits] [openssh] branch master updated: initialise websafe_allowlist in agent fuzzer
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 9 09:50:07 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new cd4a6bd50 initialise websafe_allowlist in agent fuzzer
cd4a6bd50 is described below
commit cd4a6bd50b658d707867caa1f5aa40b35c2b6c19
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Wed Apr 9 09:49:55 2025 +1000
initialise websafe_allowlist in agent fuzzer
---
regress/misc/fuzz-harness/agent_fuzz_helper.c | 1 +
1 file changed, 1 insertion(+)
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 */
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list