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 buffer handling in internal/errors. #282

Merged
merged 1 commit into from
Aug 28, 2022
Merged

Fix buffer handling in internal/errors. #282

merged 1 commit into from
Aug 28, 2022

Conversation

mbrt
Copy link
Owner

@mbrt mbrt commented Aug 28, 2022

The buffer pool wasn't correctly used, as buffers were put back in
without being reset. This would result in errors with stale descriptions
coming from previous errors.

The buffer pool wasn't correctly used, as buffers were put back in
without being reset. This would result in errors with stale descriptions
coming from previous errors.
@mbrt mbrt merged commit 780d94d into master Aug 28, 2022
@mbrt mbrt added the kind/bug Something isn't working label Aug 28, 2022
@mbrt mbrt deleted the fix-err-bufpool branch August 28, 2022 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant