Max Bruckner 22a7d04fa0 add_item_to_object: Fix use-after-free when string is aliased
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.
2018-03-02 19:49:55 +01:00
..
2017-11-04 21:19:15 +08:00
2017-11-20 22:04:57 +01:00
2017-11-28 03:15:50 +01:00
2017-10-08 22:05:02 +02:00