]> git.ipfire.org Git - thirdparty/systemd.git/commit
fuzz-dhcp-server: attach sd_event to make dhcp_server_cleanup_expired_leases() works... 22236/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 24 Jan 2022 15:04:59 +0000 (00:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 24 Jan 2022 15:05:02 +0000 (00:05 +0900)
commitbf2a8b7b13018e55dcaa8a50f07ffef6bc9c7919
treefcb4424db67630120ca26f8886b96e183f939ef1
parent0590f1b58c3e78be23a366403ba2c571e4521d0a
fuzz-dhcp-server: attach sd_event to make dhcp_server_cleanup_expired_leases() works in the fuzzer

Otherwise, most code paths in dhcp_server_handle_message() are not
evaluated by the fuzzer.
src/libsystemd-network/fuzz-dhcp-server.c