bareos: master de092dd1

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2025-02-20 08:52 master 0fc3f25e Pending
Changeset parse-conf: fix out of bounds access

If we read a string that does not match a resource name when trying to
parse a resource, then we would do out of bounds reads for !function!
pointers. This is obviously not great!
mod - core/src/dird/inc_conf.cc Diff File
mod - core/src/lib/parse_conf.cc Diff File
mod - core/src/lib/parse_conf_state_machine.cc Diff File