bareos: bareos-18.2 5c21168a

Author Committer Branch Timestamp Parent
pstorz pstorz bareos-18.2 2019-02-25 18:27 bareos-18.2 ebadffe4 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