bareos: master e260945e

Author Committer Branch Timestamp Parent
arogge arogge master 2020-05-11 14:23 master 9ae73c92 Pending
Changeset core: replace intentional SEGFAULTs

Previously, Bareos used intentional SEGFAULTs to terminate the program
when a fatal error occurs.
This patch replaces these with calls to abort() that will terminate the
program using SIGABRT.
mod - core/src/include/baconfig.h Diff File
mod - core/src/lib/mem_pool.cc Diff File
mod - core/src/lib/message.cc Diff File