The fuzzer logs everything to syslog, this is not what we want.
authorclaudio <claudio@openbsd.org>
Tue, 22 Feb 2022 13:47:21 +0000 (13:47 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 22 Feb 2022 13:47:21 +0000 (13:47 +0000)
commit09680dbfcfcd906df3299c7e57d379c483a4a9f4
treee2b1b4e9eac1fb0aed31060538356ec9b2ec194f
parent750403478bec5bd7802227938542dd439cd0fb30
The fuzzer logs everything to syslog, this is not what we want.
Call log_init() and set debug but clear verbose afterwards with
log_setverbose(0) still the fuzzer is very verbose.
OK millert@ some time ago
regress/sbin/iked/parser/test_parser_fuzz.c