mirror of https://github.com/DaveGamble/cJSON.git
Browse Source
If the `string` property of the item that is added is an alias to the `string` parameter of `add_item_to_object`, and `constant` is false, `cJSON_strdup` would access the string after it has been freed. Thanks @hhallen for reporting this in #248.pull/249/head
Max Bruckner
7 years ago
2 changed files with 36 additions and 11 deletions
Loading…
Reference in new issue