Skip to content

Conversation

@dwd
Copy link
Owner

@dwd dwd commented Nov 7, 2024

While I can't reproduce this bug in the test suite, I suspect that in some cases the value decoding will run over the end of the buffer.

This is because the buffer is not NUL terminated, and the code was originally expecting to perform this in-situ on the original buffer, which was both NUL-terminated and within known delimiters.

While I can't reproduce this bug in the test suite, I suspect that in some cases the value decoding will run over the end of the buffer.

This is because the buffer is not NUL terminated, and the code was originally expecting to perform this in-situ on the original buffer, which was both NUL-terminated and within known delimiters.
@CLAassistant
Copy link

CLAassistant commented Nov 7, 2024

CLA assistant check
All committers have signed the CLA.

@dwd dwd merged commit 728c809 into master Nov 7, 2024
@dwd dwd deleted the predicate-buffer-tr branch April 30, 2025 08:24
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.

3 participants