Skip to content

Commit 3474831

Browse files
author
Christian Grothoff
committed
address another recent MHD API change, remove i386 as CI compiler does not work then
1 parent c8fd4d6 commit 3474831

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/libmicrohttpd2/fuzz_mhd2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void daemon_configuration(FuzzedDataProvider& fdp, MHD_Daemon* d) {
187187
auto opt2 = MHD_D_OPTION_BIND_PORT(af, port);
188188
(void) MHD_daemon_set_option(d, &opt2);
189189

190-
auto opt3 = MHD_D_OPTION_DEFAULT_TIMEOUT(fdp.ConsumeIntegralInRange<unsigned>(0, 10));
190+
auto opt3 = MHD_D_OPTION_DEFAULT_TIMEOUT_MILSEC(fdp.ConsumeIntegralInRange<unsigned>(0, 10000));
191191
MHD_daemon_set_option(d, &opt3);
192192

193193
auto opt4 = MHD_D_OPTION_CONN_MEMORY_LIMIT(fdp.ConsumeIntegralInRange<size_t>(0, 1<<16));

projects/libmicrohttpd2/project.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ sanitizers:
1313
- address
1414
architectures:
1515
- x86_64
16-
- i386
1716
builds_per_day: 1

0 commit comments

Comments
 (0)