bareos2015: bareos-13.2 45fdd75b

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-13.2 2014-04-21 22:50 bareos-13.2 e5c4d1cd Pending
Changeset Refactor status printing.

Try to use a POOL_MEM whenever possible so we also don't make mistakes
in the length of the status string a possibly overrun an string. Also
if we don't print a string because of being in API mode it doesn't make
sense to even build the status string (as we are not going to print it
anyway.) Also fixes 2 other Coverity high impatct bugs.
mod - src/dird/catreq.c Diff File
mod - src/filed/status.c Diff File
mod - src/lib/attribs.c Diff File
mod - src/stored/status.c Diff File