-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Heap-buffer-overflow (OSS-Fuzz 1400) #575
Labels
confirmed
kind: bug
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
Comments
I can confirm the issue. Running #include "json.hpp"
using json = nlohmann::json;
int main()
{
std::vector<uint8_t> vec = {'"', '\\', '"', 'X', '"', '"'};
json::parse(vec);
} yields
|
nlohmann
added a commit
that referenced
this issue
May 7, 2017
nlohmann
added
the
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
label
May 7, 2017
ClusterFuzz has detected this issue as fixed in range 201705061619:201705071618. |
Verified as closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed
kind: bug
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
inputs.zip
The text was updated successfully, but these errors were encountered: