bareos: master f9305b56
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
pstorz | pstorz | master | 2014-12-22 12:08 | master 462f8e80 | 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 |