Files
bind9/bin/dig
Michał Kępień f2ca287330 Fix a shutdown race in bin/dig/dighost.c
If a tool using the routines defined in bin/dig/dighost.c is sent an
interruption signal around the time a connection timeout is scheduled to
fire, connect_timeout() may be executed after destroy_libs() detaches
from the global task (setting 'global_task' to NULL), which results in a
crash upon a UDP retry due to bringup_timer() attempting to create a
timer with 'task' set to NULL.  Fix by preventing connect_timeout() from
attempting a retry when shutdown is in progress.

(cherry picked from commit 4621756596)
2018-11-13 13:52:48 +01:00
..
2018-06-21 18:54:43 +02:00
2018-11-07 11:37:11 +11:00
2018-11-07 11:37:11 +11:00
2018-06-21 18:54:43 +02:00
2018-06-21 18:54:43 +02:00
2018-06-21 18:54:43 +02:00
2018-06-21 18:54:43 +02:00
2018-06-21 18:54:43 +02:00