bareos: master 9ca0120c

Author Committer Branch Timestamp Parent
Florian Burger Bareos Bot master 2025-05-12 12:29 master bed28e59 Pending
Affected Issues  0000225: Windows installer can't upgrade in place
Changeset plugins: fix error_string construction

PyUnicode_AsUTF8 can return NULL and doing std::string(NULL) will crash.

Fixes 0000225: ce9f5bc introduces creation of std::string from
potential nullptr
mod - core/src/plugins/include/python_plugins_common.inc Diff File