bareos: master f107dbf7

Author Committer Branch Timestamp Parent
franku franku master 2020-02-05 23:53 master 29ac88ab Pending
Affected Issues  0001184: Using syslog or an invalid message type crashes a daemon
Changeset messages: prevent std::string from being initialized with nullptr

Fixes 0001184: Using syslog or an invalid message type crashes a daemon

Do not use NULL or nullptr as const string& argument for ScanTypes
in case of an invalid destination string or for the syslog message destination
mod - core/src/lib/res.cc Diff File