Skip to content

Release v0.28.3

Compare
Choose a tag to compare
@sbinet sbinet released this 24 Nov 08:58
· 7 commits to master since this release
groot/riofs: fix overlaping blocks w/ big-file mode

TKeys sizes computation was broken for "big files".
The code was indeed changing the `key.rvers` field to indicate
the "big file" mode was enabled, but it wasn't updating the
on-disk size of the TKey (ie: missing 8bytes).

This CL computes the correct size in one-go instead of fixing it
after the facts.

Fixes go-hep/hep#821.