bareos: master f49e255d

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2025-01-28 15:04 master f7fc7ec8 Pending
Changeset append: fix accessing null pointer

Currently, if jit reservation is used but no device could be found, we
break out of the backup loop. Afterwards the sd tries to destroy the
dcr if it exists, which includes releasing the acquired device. This
is done even if no device was attached to the dcr.
mod - core/src/stored/append.cc Diff File