Revisions of libfastjson

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 870788 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- update to 0.99.9:
  - add API fjson_object_get_uint()
  - add API fjson_object_array_del_idx()
  - bugfix for dangling pointer that causes segfault
    The other functions assume that the memory is either set to NULL or a valid
    json object. The array_list_del_idx function only moves the elements, but
    does not set the pointer to null, which causes the same pointer to remain
    in the list (outside of arr->length). Then, when array_list_put_idx is
    called, the array_list_expand_internal leaps out, meaning that it has not
    set the indices outside of the requested length to 0. array_list_put_idx
    finds the pointer, tries to free it and a double free will be incurred,
    because the actual element is still in the list.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 612609 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 9)
- Use %license instead of %doc [bsc#1082318] (forwarded request 611889 from kukuk)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 514234 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 6)
update to 0.99.6 (forwarded request 514233 from AndreasStieger)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 493415 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 5)
libfastjson 0.99.5 (forwarded request 493414 from AndreasStieger)
Displaying all 12 revisions
openSUSE Build Service is sponsored by