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 mmap dereferencing #7196

Merged
merged 1 commit into from
Aug 24, 2016
Merged

Fix mmap dereferencing #7196

merged 1 commit into from
Aug 24, 2016

Conversation

benbjohnson
Copy link
Contributor

@benbjohnson benbjohnson commented Aug 23, 2016

Overview

Adds a missing dereference call to Close() as well as fixes a tag copy issue.

Fixes #7183, #7180

/cc @jwilder

TODO

  • Rebased/mergable
  • Tests pass

@jwilder
Copy link
Contributor

jwilder commented Aug 24, 2016

Can you add #7183 and #7180 to the changelog as fixed? Otherwise, 👍

Adds a missing dereference call to `Close()` as well as fixes
a tag copy issue.
@benbjohnson
Copy link
Contributor Author

@jwilder Fixed. Merging.

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.

Panic during shutdown
2 participants