bareos: master a1852d89

Author Committer Branch Timestamp Parent
arogge arogge master 2020-05-11 17:36 master 71f47935 Pending
Changeset tests: silence strncpy() warning in lib_tests.cc

When using strncpy() the terminating NULL could be truncated. By
asserting the length of the source string is short enough, the code is
safe and the warning is silenced.
mod - core/src/tests/lib_tests.cc Diff File