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 panic in subscriber.Statistics #7318

Merged
merged 1 commit into from
Sep 16, 2016
Merged

Fix panic in subscriber.Statistics #7318

merged 1 commit into from
Sep 16, 2016

Conversation

jwilder
Copy link
Contributor

@jwilder jwilder commented Sep 16, 2016

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass

The tags passed into Statistics() calls are not supposed to be modified.
The balanceWriter in subscribers tried to modify them triggering a panic
because they can be nil.

Fixes a regression introduced in #7177

cc @jsternberg @e-dard

The tags passed into Statistics() calls are not supposed to be modified.
The balanceWriter in subscribers tried to modify them triggering a panic
because they can be nil.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants