-
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
Expected timeline for new release #603
Comments
Hi @Alanscut, thanks for prompt response. You are indeed correct that the issue will not be triggered if we use cJSON in a right way. However, it would be great to address this issue as a security enhancement. It would be really helpful if you could make a new release. Thanks, |
@Alanscut There are several outstanding PRs that look like good wins. Can we get at least a few of them up for consideration in this release? Examples: |
Hi @schmidtw, I'm sorry for the delayed reply, a lot of real stuffs ocuppied me lately, I'll take a closer look when I get free. |
Hi, @Alanscut Is it valid to call cJSON_CreateIntArray, cJSON_CreateFloatArray, cJSON_CreateDoubleArray, cJSON_CreateStringArray with count = 0? Current code implies it's valid to call count = 0 in above functions because it does not return NULL. |
Hi, @AxelLin Thank you for pointing the validity of Alan |
@Alanscut |
@Alanscut |
@AxelLin 1.7.15 released. I'm sorry for the late release, I have been trapped by an important thing in the last two weeks, and now I can finally take a breath 😌 |
Hi, NULL pointer crash is observed in the latest release of cJSON.
This issue was fixed by #538. However, this fix is a part of master branch and not a part of any release.
This issue is observed in context of Espressif's ESP-IDF framework: espressif/esp-idf#7317
We prefer stable release for all upstream libraries and since there is no release of cJSON for a long time, this issue is observed.
Could you please share expected timeline for new official release?
Thanks,
Shubham
The text was updated successfully, but these errors were encountered: