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

Potential data corruption with small frame size in DTFile #4778

Closed
SchrodingerZhu opened this issue Apr 27, 2022 · 0 comments · Fixed by #4777
Closed

Potential data corruption with small frame size in DTFile #4778

SchrodingerZhu opened this issue Apr 27, 2022 · 0 comments · Fixed by #4777
Assignees
Labels

Comments

@SchrodingerZhu
Copy link
Contributor

SchrodingerZhu commented Apr 27, 2022

Bug Report

auto frame_count = size / this->configuration->getChecksumFrameLength()

This line does not count frame header length in file.
This makes the idx reading progress fail if there are multiple idx frames. (exceptions of checksum error)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants