]> git.ipfire.org Git - thirdparty/bacula.git/commit
Fix possible memory corruption in the label process
authorEric Bollengier <eric@baculasystems.com>
Tue, 2 Mar 2021 15:11:06 +0000 (16:11 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:00 +0000 (09:03 +0100)
commit730dbed278d5665edd1c3160f15ec58e1bbd0b05
tree9c325761a2531a251c322c7be61a3720d81103ca
parent5ab7608f1a6b9fdad042f6aebe9c8f2cdccad735
Fix possible memory corruption in the label process

Description:
------------

When the dcr->block is reallocated during the label process,
the copy of the pointer that was made locally was no longer
in sync with the dcr->block pointer.
bacula/src/stored/label.c