We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
env: Ubuntu 24.04 LTS version: latest Reproduce code
Builder bb; bb.add(Value(ValueType::Object)); bb.add("double", Value(-121533977414633621234567.0f)); bb.close(); std::cout << bb.slice().toJson() << std::endl;
this code will product stack smashing detected. I guess reason is this code
The text was updated successfully, but these errors were encountered:
Maybe judge shoud is K >= 0 && (exp < (ndigits + 7 - neg))
Sorry, something went wrong.
No branches or pull requests
env: Ubuntu 24.04 LTS
version: latest
Reproduce code
this code will product stack smashing detected. I guess reason is this code
The text was updated successfully, but these errors were encountered: