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
Hi, I did a very basic fuzzing attempt and found a segmentation fault. The following code crashes both with gcc and clang:
#include <fmt/core.h> int main() { float item=9.57489014e-4; std::string message = fmt::format("\x7b\x3a\x2e\x30\x7d", item); }
It also crashed for double (not necessarily with the same number), suspect it is the same issue.
The text was updated successfully, but these errors were encountered:
Great catch, thanks! Fixed in 736aa34.
Sorry, something went wrong.
No branches or pull requests
Hi,
I did a very basic fuzzing attempt and found a segmentation fault. The following code crashes both with gcc and clang:
It also crashed for double (not necessarily with the same number), suspect it is the same issue.
The text was updated successfully, but these errors were encountered: