bareos: master fdc183d0

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2014-04-21 20:50 playground ab449827 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