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

Loosen conversion budget for unquoted-safe arrays. #907

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jtv
Copy link
Owner

@jtv jtv commented Nov 25, 2024

Fixes: #906

The buffer budget calculation for arrays of unquoted-safe types was slightly too tight. I think I've had to fix this for unsafe types in the past.

Fixes: #906

The buffer budget calculation for arrays of unquoted-safe types was
slightly too tight.  I think I've had to fix this for unsafe types
in the past.
Prior to C++17 you couldn't just compare two `string_view`s for
equality.  So I had a function to work around that.  We now
require a more modern C++, so we can drop that function.
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.

Heap corruption when passing vector of optional int64_t
1 participant