Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go: fix lz4 invalid block checksum #1309

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

bennetthardwick
Copy link
Contributor

@bennetthardwick bennetthardwick commented Jan 14, 2025

Changelog

cli: fixes error when input mcap file uses lz4 block checksums

Docs

None

Description

As noted in #1294 MCAP files created in Rust were failing when run through the MCAP CLI because of an invalid block checksum check in the lz4 decoder. This was fixed upstream so this change just updates the dependency.

I've tested using mcap doctor and mcap cat on a file with the correct checksum and it passes with this change and fails without.

BeforeAfter

@bennetthardwick bennetthardwick merged commit fe9dc10 into main Jan 20, 2025
23 checks passed
@bennetthardwick bennetthardwick deleted the bennett/fix-lz4-block-checksum branch January 20, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants