Skip to content

releases/mcap-cli/v0.0.42

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 02:34
· 114 commits to main since this release
ac69dc6
cli: info does not segfault on large byte values (#1062)

### Public-Facing Changes

* CLI: fixes a segfault when an MCAP contains >1024 GiB of data OR
results in an greater "data rate" than 1024GiB/s

### Description

Previously the `humanBytes` function would segfault when presented with
a number > 1024^4.