Skip to content

Fix buffer handling in internal/errors. - #282

Merged
mbrt merged 1 commit into
masterfrom
fix-err-bufpool
Aug 28, 2022
Merged

Fix buffer handling in internal/errors.#282
mbrt merged 1 commit into
masterfrom
fix-err-bufpool

Conversation

@mbrt

@mbrtmbrt commented Aug 28, 2022

Copy link
Copy Markdown
Owner

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 masterAug 28, 2022
@mbrtmbrt 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@mbrt