View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001184 | bareos-core | General | public | 2020-02-10 13:42 | 2020-11-30 15:47 |
Reporter | franku | Assigned To | franku | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 19.2.5 | ||||
Summary | 0001184: Using syslog or an invalid message type crashes a daemon | ||||
Description | Using the syslog destination or any other invalid type keyword in any messages resource leads to a daemon crash during configparser run. | ||||
Steps To Reproduce | Messages { Name = Standard Director = bareos-dir = all, !skipped, !restored Description = "Send relevant messages to the Director." syslog = all = dingens } | ||||
Additional Information | Workaround: Remove all syslog destinations or invalid message types from the config. | ||||
Tags | No tags attached. | ||||
bareos: master f107dbf7 2020-02-05 23:53 Ported: N/A Details Diff |
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 |
Affected Issues 0001184 |
|
mod - core/src/lib/res.cc | Diff File | ||
bareos: bareos-19.2 439b6f01 2020-02-05 23:53 Ported: N/A Details Diff |
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 |
Affected Issues 0001184 |
|
mod - core/src/lib/res.cc | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-10 13:42 | franku | New Issue | |
2020-02-10 13:42 | franku | Status | new => assigned |
2020-02-10 13:42 | franku | Assigned To | => franku |
2020-02-10 13:49 | franku | Summary | Using syslog or an invalid message destiantion crashes a daemon => Using syslog or an invalid message type crashes a daemon |
2020-02-10 13:49 | franku | Description Updated | |
2020-02-10 13:49 | franku | Additional Information Updated | |
2020-02-10 14:06 | arogge | Relationship added | related to 0001177 |
2020-02-10 22:22 | franku | Changeset attached | => bareos master f107dbf7 |
2020-02-10 22:22 | franku | Note Added: 0003772 | |
2020-02-10 22:22 | franku | Status | assigned => resolved |
2020-02-10 22:22 | franku | Resolution | open => fixed |
2020-02-11 16:24 | franku | Changeset attached | => bareos bareos-19.2 439b6f01 |
2020-02-11 16:24 | franku | Note Added: 0003780 | |
2020-02-11 17:18 | arogge | Status | resolved => closed |
2020-02-11 17:18 | arogge | Note Added: 0003783 | |
2020-11-30 15:47 | arogge | Relationship added | related to 0001282 |