Skip to content

Fix: Crash on SIGSEGV if at least one worker thread cannot be launched

excurso requested to merge excurso/tor:maint-0.4.8 into maint-0.4.8

There is no verification whether the worker thread pool has been created successfully before using it.

Merge request reports