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

fix a corner case, reading a transition value which is spread across 2 chunks #90

Merged
merged 1 commit into from Aug 2, 2018

Conversation

hendrikmuhs
Copy link
Contributor

fix a bug in reading transition values during construction which can be spread across 2 chunks.

This issue found in the code has probably not much impact in practice, nevertheless worth to fix. If a transition value is stored between 2 chunks (1st part in chunk x, 2nd part in chunk x+1) the value wasn't read correctly. Note that chunking is only done at construction time, so lookup isn't affected. Reading the transition value is part of minimization, so worst case this bug prevented minimization of this particular state. I can not think this issue can cause data corruption.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 95.032% when pulling 999f1d1 on hendrikmuhs:transition-value-chunks into a9367e7 on KeyviDev:master.

@hendrikmuhs hendrikmuhs merged commit 0c6208d into KeyviDev:master Aug 2, 2018
@hendrikmuhs hendrikmuhs deleted the transition-value-chunks branch April 5, 2020 13:23
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 this pull request may close these issues.

None yet

3 participants