bareos2015: bareos-14.2 44c7bf7e
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
mvwieringen | mvwieringen | bareos-14.2 | 2013-10-21 19:03 | bareos-14.2 9e3ca6bd | Pending |
Changeset | Fix a integer overflow in btape. From now on you can use blocksize bigger then 230 Kb in btape as it caculates the max-file-size as 10000 (number of records) times the device blocksize but that will overflow a 32 bits integer so explicitly cast it to 64 bits. |
||||
mod - src/stored/btape.c | Diff File |