mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
fuzz: Move init_protocol_warning_severity_level() into global_init()
This is needed so llvm_fuzz will see it too.
This commit is contained in:
parent
eafa252b26
commit
953c769a86
@ -110,6 +110,9 @@ global_init(void)
|
|||||||
|
|
||||||
/* Make BUG() and nonfatal asserts crash */
|
/* Make BUG() and nonfatal asserts crash */
|
||||||
tor_set_failed_assertion_callback(abort);
|
tor_set_failed_assertion_callback(abort);
|
||||||
|
|
||||||
|
/* Make protocol warnings handled correctly. */
|
||||||
|
init_protocol_warning_severity_level();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef LLVM_FUZZ
|
#ifdef LLVM_FUZZ
|
||||||
@ -152,8 +155,6 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
init_protocol_warning_severity_level();
|
|
||||||
|
|
||||||
{
|
{
|
||||||
log_severity_list_t s;
|
log_severity_list_t s;
|
||||||
memset(&s, 0, sizeof(s));
|
memset(&s, 0, sizeof(s));
|
||||||
|
Loading…
Reference in New Issue
Block a user