bareos: master ad273196
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Simon Frankenberger | arogge | master | 2019-04-18 17:30 | master 619493dc | Pending |
Affected Issues | 0001073: bsmtp and bareos-dir crashing with segfaults due to undefined behaviour in pthread usage | ||||
Changeset | dird: Fix pthread issues Fixes two double pthread_detach() calls and one pthread_getspecific() without initialization, all leading to a SEGFAULT with musl libc and undefined behaviour on other libc implementations. This closes Bug 0001073 |
||||
mod - core/src/dird/dird.cc | Diff File | ||||
mod - core/src/dird/dird.h | Diff File | ||||
mod - core/src/dird/job.cc | Diff File | ||||
mod - core/src/dird/ua_server.cc | Diff File | ||||
mod - core/src/lib/jcr.cc | Diff File |