You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

issues_closed_for_0.16.md 10 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. This list was created with:
  2. ```
  3. PREV=2020-07-23
  4. NOW=2022-04-13
  5. curl "https://api.github.com/search/issues?q=repo%3Ajson-c%2Fjson-c+closed%3A>${PREV}+created%3A<${NOW}&sort=created&order=asc&per_page=100&page=1" > issues1.out
  6. jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md
  7. sed -e's,^\[ *\(.*\)\](https://api.github.com/.*/\([0-9].*\)),* [Issue #\2](https://github.com/json-c/json-c/issues/\2) - \1,' -i issues.md
  8. cat issues.md >> issues_closed_for_0.16.md
  9. ```
  10. * [Issue #464](https://github.com/json-c/json-c/issues/464) - Speed up parsing and object creation
  11. * [Issue #540](https://github.com/json-c/json-c/issues/540) - request: json_init_library
  12. * [Issue #631](https://github.com/json-c/json-c/issues/631) - New 0.14 release requests
  13. * [Issue #647](https://github.com/json-c/json-c/issues/647) - "cmake -DCMAKE_BUILD_TYPE=Release" fails with error: 'cint64' may be used uninitialized
  14. * [Issue #648](https://github.com/json-c/json-c/issues/648) - Fix "may be used uninitialized" Release build failure
  15. * [Issue #649](https://github.com/json-c/json-c/issues/649) - json-c tag 0.15 tarball contains a file doc/Doxyfile and generated doxygen files in doc/html
  16. * [Issue #650](https://github.com/json-c/json-c/issues/650) - README: fix spelling errors
  17. * [Issue #651](https://github.com/json-c/json-c/issues/651) - Getrandom
  18. * [Issue #652](https://github.com/json-c/json-c/issues/652) - Waste memory
  19. * [Issue #653](https://github.com/json-c/json-c/issues/653) - Make the documentation build reproducibly
  20. * [Issue #654](https://github.com/json-c/json-c/issues/654) - A stack-buffer-overflow in json_parse.c:89:44
  21. * [Issue #655](https://github.com/json-c/json-c/issues/655) - json_parse: Fix read past end of buffer
  22. * [Issue #656](https://github.com/json-c/json-c/issues/656) - Fixed warnings
  23. * [Issue #657](https://github.com/json-c/json-c/issues/657) - Use GRND_NONBLOCK with getrandom.
  24. * [Issue #658](https://github.com/json-c/json-c/issues/658) - json_object_get_boolean() returns wrong result for objects and arrays
  25. * [Issue #659](https://github.com/json-c/json-c/issues/659) - fix json_object_get_boolean() to behave like documented
  26. * [Issue #660](https://github.com/json-c/json-c/issues/660) - Validate size arguments in arraylist functions.
  27. * [Issue #661](https://github.com/json-c/json-c/issues/661) - Cleanup of some code parts
  28. * [Issue #662](https://github.com/json-c/json-c/issues/662) - Prevent signed overflow in get_time_seed
  29. * [Issue #663](https://github.com/json-c/json-c/issues/663) - Properly format errnos in _json_c_strerror
  30. * [Issue #664](https://github.com/json-c/json-c/issues/664) - Limit strings at INT_MAX length
  31. * [Issue #665](https://github.com/json-c/json-c/issues/665) - Handle more allocation failures in json_tokener* functions
  32. * [Issue #666](https://github.com/json-c/json-c/issues/666) - test1 json_object_new_array_ext test is failing
  33. * [Issue #667](https://github.com/json-c/json-c/issues/667) - Fixed test1 regression.
  34. * [Issue #670](https://github.com/json-c/json-c/issues/670) - Created Stone-Paper-Scissor Game by C language
  35. * [Issue #672](https://github.com/json-c/json-c/issues/672) - Calling exit() after failure to generate random seed
  36. * [Issue #673](https://github.com/json-c/json-c/issues/673) - switchcasemenuproject
  37. * [Issue #674](https://github.com/json-c/json-c/issues/674) - random_seed: on error, continue to next method
  38. * [Issue #682](https://github.com/json-c/json-c/issues/682) - libjson-c-dev vs libjson-c3
  39. * [Issue #683](https://github.com/json-c/json-c/issues/683) - [Question] Is it possible to clear a ptr of json_object?
  40. * [Issue #684](https://github.com/json-c/json-c/issues/684) - json_tokener_parse_verbose failed with core dump
  41. * [Issue #685](https://github.com/json-c/json-c/issues/685) - json_tokener_parse memory leak?
  42. * [Issue #689](https://github.com/json-c/json-c/issues/689) - fix compilation with clang
  43. * [Issue #690](https://github.com/json-c/json-c/issues/690) - "1," produces an object with int 1; "1" produces a null object
  44. * [Issue #691](https://github.com/json-c/json-c/issues/691) - failed tests
  45. * [Issue #692](https://github.com/json-c/json-c/issues/692) - patch to add arc4random
  46. * [Issue #693](https://github.com/json-c/json-c/issues/693) - Optional parameter for packing as array
  47. * [Issue #694](https://github.com/json-c/json-c/issues/694) - fix invalid unsigned arithmetic.
  48. * [Issue #695](https://github.com/json-c/json-c/issues/695) - /tmp/json-c/random_seed.c:327:6: error
  49. * [Issue #696](https://github.com/json-c/json-c/issues/696) - To avoid target exe file export JSON functions.
  50. * [Issue #697](https://github.com/json-c/json-c/issues/697) - json_object_get_string() return value truncated when assigning it to a pointer type in Win32 App
  51. * [Issue #698](https://github.com/json-c/json-c/issues/698) - Feature request: set allocator
  52. * [Issue #699](https://github.com/json-c/json-c/issues/699) - Linking to libjson-c Issue
  53. * [Issue #700](https://github.com/json-c/json-c/issues/700) - Fix unused variable for Win32 build in random_seed.c
  54. * [Issue #701](https://github.com/json-c/json-c/issues/701) - [RFC] json_pointer: allow the feature to be disabled
  55. * [Issue #703](https://github.com/json-c/json-c/issues/703) - Fix vasprintf fallback
  56. * [Issue #706](https://github.com/json-c/json-c/issues/706) - Check __STDC_VERSION__ is defined before checking its value
  57. * [Issue #707](https://github.com/json-c/json-c/issues/707) - How to build json-c-0.15 for arm arch
  58. * [Issue #708](https://github.com/json-c/json-c/issues/708) - direct access to elements
  59. * [Issue #709](https://github.com/json-c/json-c/issues/709) - Include guards not namespaced / build errors for debug.h with openNDS
  60. * [Issue #710](https://github.com/json-c/json-c/issues/710) - 'file system sandbox blocked mmap()' error on iOS
  61. * [Issue #711](https://github.com/json-c/json-c/issues/711) - creating a json object
  62. * [Issue #712](https://github.com/json-c/json-c/issues/712) - building json-c using cmake for ESP32
  63. * [Issue #713](https://github.com/json-c/json-c/issues/713) - When value converted to char* can not compare it with another value
  64. * [Issue #714](https://github.com/json-c/json-c/issues/714) - Add AfterCaseLabel to .clang-format
  65. * [Issue #716](https://github.com/json-c/json-c/issues/716) - Fixed cmake command
  66. * [Issue #717](https://github.com/json-c/json-c/issues/717) - Cmake is able delete all files by "clean" target
  67. * [Issue #718](https://github.com/json-c/json-c/issues/718) - CMake create uninstall target if unix generator is used
  68. * [Issue #719](https://github.com/json-c/json-c/issues/719) - Parsing multiple JSON strings
  69. * [Issue #722](https://github.com/json-c/json-c/issues/722) - Fix use-after-free in json_tokener_new_ex()
  70. * [Issue #723](https://github.com/json-c/json-c/issues/723) - if set __stdcall (/Gz)
  71. * [Issue #724](https://github.com/json-c/json-c/issues/724) - #723
  72. * [Issue #725](https://github.com/json-c/json-c/issues/725) - json_object_from_file() execution segment error
  73. * [Issue #726](https://github.com/json-c/json-c/issues/726) - fix cmake version for tests
  74. * [Issue #727](https://github.com/json-c/json-c/issues/727) - Really use prefix JSON_C_OBJECT_ADD_
  75. * [Issue #728](https://github.com/json-c/json-c/issues/728) - DRAFT PROPOSAL - Add option JSON_C_OBJECT_ADD_IF_NOT_NULL
  76. * [Issue #729](https://github.com/json-c/json-c/issues/729) - * don't assume includedir
  77. * [Issue #731](https://github.com/json-c/json-c/issues/731) - Json-c Error
  78. * [Issue #732](https://github.com/json-c/json-c/issues/732) - Fix/static include dirs
  79. * [Issue #734](https://github.com/json-c/json-c/issues/734) - Newer appveyor config for VS2022 etc...
  80. * [Issue #735](https://github.com/json-c/json-c/issues/735) - Add policy_max to minimum required cmake version
  81. * [Issue #736](https://github.com/json-c/json-c/issues/736) - json_object.c:308: json_object_put: Assertion `jso->_ref_count > 0' failed
  82. * [Issue #737](https://github.com/json-c/json-c/issues/737) - Fix typo in README
  83. * [Issue #738](https://github.com/json-c/json-c/issues/738) - General question - Is there an SLA for handling newly detected security issues?
  84. * [Issue #739](https://github.com/json-c/json-c/issues/739) - json_escape_str(): avoid harmless unsigned integer overflow
  85. * [Issue #741](https://github.com/json-c/json-c/issues/741) - json_type_to_name(): use correct printf() formatter
  86. * [Issue #742](https://github.com/json-c/json-c/issues/742) - json_object_copy_serializer_data(): add assertion
  87. * [Issue #743](https://github.com/json-c/json-c/issues/743) - Cmd adb root
  88. * [Issue #744](https://github.com/json-c/json-c/issues/744) - Close file on error path.
  89. * [Issue #745](https://github.com/json-c/json-c/issues/745) - vasprintf(): avoid out of memory accesses
  90. * [Issue #746](https://github.com/json-c/json-c/issues/746) - Fix typos in code comments and ChangeLog
  91. * [Issue #747](https://github.com/json-c/json-c/issues/747) - json_object_put: Assertion `jso->_ref_count > 0' failed
  92. * [Issue #748](https://github.com/json-c/json-c/issues/748) - sprintbuf(): test for all vsnprintf error values
  93. * [Issue #749](https://github.com/json-c/json-c/issues/749) - sprintbuf(): handle printbuf_memappend errors
  94. * [Issue #750](https://github.com/json-c/json-c/issues/750) - printbuf_memset(): set gaps to zero
  95. * [Issue #751](https://github.com/json-c/json-c/issues/751) - printbuf: do not allow invalid arguments
  96. * [Issue #752](https://github.com/json-c/json-c/issues/752) - Fix typos
  97. * [Issue #753](https://github.com/json-c/json-c/issues/753) - CTest failed in MSVC build
  98. * [Issue #754](https://github.com/json-c/json-c/issues/754) - Minor improvements to documentation
  99. * [Issue #755](https://github.com/json-c/json-c/issues/755) - Fix error messages
  100. * [Issue #758](https://github.com/json-c/json-c/issues/758) - Preserve context if out of memory
  101. * [Issue #760](https://github.com/json-c/json-c/issues/760) - Code style: removed unneeded double-quotes
  102. * [Issue #761](https://github.com/json-c/json-c/issues/761) - Last commit merged to master breaks compilation
  103. * [Issue #762](https://github.com/json-c/json-c/issues/762) - how to merge two jsons by json-c
  104. * [Issue #763](https://github.com/json-c/json-c/issues/763) - Question: sort_fn arguments
  105. * [Issue #764](https://github.com/json-c/json-c/issues/764) - Make test fail on test case test_util_file