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 out of bounds read #21

Merged
merged 2 commits into from
Dec 8, 2015
Merged

Fix out of bounds read #21

merged 2 commits into from
Dec 8, 2015

Conversation

klauspost
Copy link
Owner

When length was 7, an extra byte would be read from the input. In rare cases that would hit a page boundary when flushing and crash.

The test has been extended to increase the chance of detecting a situation like this.

Fixes #20

When length was 7, an extra byte would be read from the input. In rare cases that would hit a page boundary when flushing and crash.

The test has been extended to increase the chance of detecting a situation like this.

Fixes #20
…ix-out-of-bounds-read

Conflicts:
	README.md
klauspost added a commit that referenced this pull request Dec 8, 2015
@klauspost klauspost merged commit 0f26846 into master Dec 8, 2015
@klauspost klauspost deleted the fix-out-of-bounds-read branch December 21, 2015 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant