bareos: master 53e67001

Author Committer Branch Timestamp Parent
arogge arogge master 2020-09-30 18:18 master 2cf9db2d Pending
Changeset stored: always initialize struct mtop

When running in valgrind the ioctl() call that consumes struct mtop is
flagged as accessing uninitialized memory. This patch initializes every
struct mtop.
mod - core/src/stored/backends/generic_tape_device.cc Diff File