bareos: master 6c346ded

Author Committer Branch Timestamp Parent
pstorz pstorz master 2019-02-25 18:27 master 800eea76 Pending
Changeset lib: fix buffer overrun in PathAppend(PoolMem& path, const char* extra)

The size is calculated one too low and so the buffer end is overrun.

This only becomes a problem when the configuration path is bigger than
N_LEN (130) and a reallocation happens.
mod - core/src/lib/bsys.cc Diff File