]> git.ipfire.org Git - thirdparty/bacula.git/commit
Fix #7079 About a segfault in a copyjob when the fileset is no longer defined
authorEric Bollengier <eric@baculasystems.com>
Wed, 25 Nov 2020 12:39:09 +0000 (13:39 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
commitbf5161fabd3a35bf021a3096e295d78d0ebc198a
tree13658601849509f05f46f76ff86e46ecbb5fa35a
parent702a485fceffb43814f7247b8556fa67ffb0e775
Fix #7079 About a segfault in a copyjob when the fileset is no longer defined

Bug #7079
=========

Description
-----------

The user has renamed a FileSet (previously used by backup jobs) and the crash
happened during a copy job execution that tried to copy one of the jobs that
used a non existent FileSet.

Workaround
----------

Do a copy of the FileSet instead of renaming it.

**Fixed in version 12.4.4**
bacula/src/dird/mac.c