Handle helper_thread_create() failures properly
authorBart Van Assche <bvanassche@acm.org>
Fri, 3 Jan 2020 21:21:53 +0000 (13:21 -0800)
committerBart Van Assche <bvanassche@acm.org>
Sat, 4 Jan 2020 05:46:17 +0000 (21:46 -0800)
commit998e9ebb1b31371b37c922b37e6db49a84e08201
treed32407af8ce5e4a14d241d75e98f1b57eb700385
parent235b09b68d9bbc5150891faca47f5397d7e806bb
Handle helper_thread_create() failures properly

Report helper_thread_create() failures. Make sure that no crash occurs
if helper_thread_create() fails.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
backend.c
helper_thread.c