bareos: Release 97762490

Author Committer Branch Timestamp Parent
pstorz mvwieringen Release 2014-12-22 13:08 bareos-13.2 bba17e4b Pending
Affected Issues  0000381: btape tests fail on blocksizes > 256k
Changeset Fix btape bug with big blocksizes

there is an overflow when calculating the maximum file size, which leads
to a eof being written to the tape where btape does not expect it.

Then during the read of the data the unexpected eof lets the test fail.

This fix corrects this overflow.

We also set a higher debug level on the block writings in block.c

Fixes 0000381: btape tests fail on blocksizes > 256k
mod - src/stored/btape.c Diff File