bareos: master c323361a

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2025-03-21 07:37 master 1d381494 Pending
Changeset filed-conf: fix out of bounds reads

A lot of configuration code expects that e.g. ResourceTable has R_NUM
elements, which causes oob reads because R_JOB/R_STORAGE arent
actually resource types.

R_STORAGE seems to be unused and R_JOB is only used once for
formatting a string.
mod - core/src/filed/filed_conf.h Diff File