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

WT-3544 Fix memory stomping during rollback_to_stable. #3623

Merged
merged 1 commit into from Aug 28, 2017

Conversation

michaelcahill
Copy link
Contributor

This was caused by an off-by-one bug calculating the size of a bitstring, leading to writes past the end of the array when the largest active file ID was a multiple of 8.

This was caused by an off-by-one bug calculating the size of a
bitstring, leading to writes past the end of the array when the largest
active file ID was a multiple of 8.
@michaelcahill michaelcahill changed the title WT-3545 Fix memory stomping during rollback_to_stable. WT-3544 Fix memory stomping during rollback_to_stable. Aug 28, 2017
@agorrod
Copy link
Member

agorrod commented Aug 28, 2017

Thanks @michaelcahill lgtm

@agorrod agorrod merged commit 1e4950b into develop Aug 28, 2017
@agorrod agorrod deleted the wt-3545-rollback-bitstring-offbyone branch August 28, 2017 05:46
agorrod added a commit that referenced this pull request Aug 28, 2017
agorrod added a commit that referenced this pull request Aug 28, 2017
@agorrod agorrod restored the wt-3545-rollback-bitstring-offbyone branch August 28, 2017 05:48
@agorrod agorrod deleted the wt-3545-rollback-bitstring-offbyone branch August 28, 2017 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants