bareos: master 819745e7

Author Committer Branch Timestamp Parent
pstorz pstorz master 2018-10-17 17:55 master d871f2c3 Pending
Changeset clang: disable smartalloc in filedaemon plugins

This commit disables smartalloc in filedaemon plugins when compiling
with clang as both clang 6.0.0 and clang 3.5 on FreeBSD create
double-free errors when filedaemon plugins are used.

On FreeBSD with gcc8 no problems show up.

This patch should avoid these errors until we better understand where
the problem comes from.
mod - core/src/plugins/filed/fd_common.h Diff File