Skip to content

Commit cd4a6bd

Browse files
committed
initialise websafe_allowlist in agent fuzzer
1 parent 55b7cb4 commit cd4a6bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regress/misc/fuzz-harness/agent_fuzz_helper.c

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ test_one(const uint8_t* s, size_t slen)
158158
SYSLOG_FACILITY_AUTH, 1);
159159
devnull = devnull_or_die();
160160
allowed_providers = xstrdup("");
161+
websafe_allowlist = xstrdup("*");
161162
setenv("DISPLAY", "", 1); /* ban askpass */
162163
}
163164

0 commit comments

Comments
 (0)