Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    80ff2c25
    threadpool: Fix potential data race. · 80ff2c25
    Corey Farrell authored
    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
    80ff2c25
    History
    threadpool: Fix potential data race.
    Corey Farrell authored
    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