bareos: master 61486ac5

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2024-01-31 08:31 master 6853fc17 Pending
Changeset backup: fix size mismatch

BSTR_2_str converts the wide string into a multibyte string. As such
wcslen * sizeof(wchar_t) is just wrong. This leads to a SIGSEV on
windows sometimes.
mod - core/src/filed/backup.cc Diff File