-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Weird Commits #845
Comments
Though on the second commit, I suppose by returning NULL it means failure, and so in that sense it shouldn't clear the existing valuestring? |
Hi @sbvoxel
Currently I and @PeterAlfredLee are maintaining |
Alright, sounds very good @Alanscut. Thank you for maintaining cJSON along with the other fellow! |
Fix NULL valuestring problem in cJSON_SetValuestring. This fixes DaveGamble#839 and CVE-2024-31755 Related issue DaveGamble#845
Fix NULL valuestring problem in cJSON_SetValuestring. This fixes DaveGamble#839 and CVE-2024-31755 Related issue DaveGamble#845
Fix NULL valuestring problem in cJSON_SetValuestring. This fixes DaveGamble#839 and CVE-2024-31755 Related issue DaveGamble#845
Fix NULL valuestring problem in cJSON_SetValuestring. This fixes DaveGamble#839 and CVE-2024-31755 Related issue DaveGamble#845
The last two commits are odd.
66e9dff
7e4d5da
The first commit adds a security policy directly copied from a different project without changing the wording (project name), or contact details. Furthermore, is this a good security policy to have? It's the same security policy state actors have inserted into projects to give them time to respond to their intentionally inserted vulnerabilities.
The second commit adds an early return when valuestring is NULL but doesn't clear the object's existing valuestring. It also makes the comment above that branch wrong or incomplete. This is rushed.
The text was updated successfully, but these errors were encountered: