bareos2015: bareos-14.2 b5339403

Author Committer Branch Timestamp Parent
pstorz mvwieringen bareos-14.2 2014-12-22 13:08 bareos-14.2 1341e5ce 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/block.c Diff File
mod - src/stored/btape.c Diff File