summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2016-02-12 10:59:44 -0500
committerCorey Farrell <git@cfware.com>2016-05-24 16:30:18 -0400
commita42bea3314fab798b3ef6f73c6a47d925621127c (patch)
tree42a40bb10a49dc83ad64cd8bad764b76c50abdf5 /apps/app_dial.c
parent87fe6b16227c49a1d07186ced49f1ea37e9af333 (diff)
threadpool: Fix potential data race.
worker_start checked for ZOMBIE status without holding a lock. All other read/write of worker status are performed with a lock, so this check should do the same. ASTERISK-25777 #close Change-Id: I5e33685a5c26fdb300851989a3b82be8c4e03781
Diffstat (limited to 'apps/app_dial.c')
0 files changed, 0 insertions, 0 deletions