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.17.md 9.2 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. This list was created with:
  2. ```
  3. PREV=2022-04-13
  4. NOW=2023-08-12
  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.17.md
  9. ```
  10. * [Issue #191](https://github.com/json-c/json-c/issues/191) - Override int64 to only display uint64 strings
  11. * [Issue #537](https://github.com/json-c/json-c/issues/537) - Replace '\0' only when parsing key, not change data in value.
  12. * [Issue #570](https://github.com/json-c/json-c/issues/570) - Figure out what needs to be done with Android.configure.mk
  13. * [Issue #587](https://github.com/json-c/json-c/issues/587) - Store the hashValue to avoid repeating the hash calculation during the hash resize.
  14. * [Issue #612](https://github.com/json-c/json-c/issues/612) - json-c-0.11: Fix CVE-2020-12762 - json-c through 0.14 has an integer overflow and out-of-bounds write ...
  15. * [Issue #620](https://github.com/json-c/json-c/issues/620) - Introduce json_object_new_string_{ext,noalloc}().
  16. * [Issue #624](https://github.com/json-c/json-c/issues/624) - json-c-0.14: Detect broken RDRAND during initialization.
  17. * [Issue #625](https://github.com/json-c/json-c/issues/625) - json-c-0.13.x: Detect broken RDRAND during initialization.
  18. * [Issue #668](https://github.com/json-c/json-c/issues/668) - Memory usage regression due to newlocal() on older FreeBSD releases
  19. * [Issue #676](https://github.com/json-c/json-c/issues/676) - dereferencing type-punned pointer might break strict-aliasing rules [-Werror=strict-aliasing]
  20. * [Issue #677](https://github.com/json-c/json-c/issues/677) - Naming conflict when using both json-c and jansson
  21. * [Issue #679](https://github.com/json-c/json-c/issues/679) - Let json-c be used with obsolete compilers
  22. * [Issue #681](https://github.com/json-c/json-c/issues/681) - json_tokener_parse_ex: `null` (4 bytes) only parses as valid JSON when passed with null terminator (5 bytes). Documentation issue?
  23. * [Issue #686](https://github.com/json-c/json-c/issues/686) - Remove dependency on libM::getrandom
  24. * [Issue #687](https://github.com/json-c/json-c/issues/687) - Does not build on Apple Silicon M1
  25. * [Issue #688](https://github.com/json-c/json-c/issues/688) - json-c-0.15-nodoc.tar.gz build fails
  26. * [Issue #702](https://github.com/json-c/json-c/issues/702) - json_patch: add first implementation only with patch application
  27. * [Issue #704](https://github.com/json-c/json-c/issues/704) - add json_object_array_insert_idx() + test-cases + fix json_pointer doc-strings
  28. * [Issue #705](https://github.com/json-c/json-c/issues/705) - segmentation fault on json-c parsing methods in cross compiled target
  29. * [Issue #721](https://github.com/json-c/json-c/issues/721) - cmake test fails with building json-c with icc
  30. * [Issue #730](https://github.com/json-c/json-c/issues/730) - Need a comparison with other JSON libraries in C
  31. * [Issue #733](https://github.com/json-c/json-c/issues/733) - Official release? 1.0?
  32. * [Issue #756](https://github.com/json-c/json-c/issues/756) - Question: Is there any way to build this with Gnu Make?
  33. * [Issue #757](https://github.com/json-c/json-c/issues/757) - json_object_from_fd_ex: fail if file is too large
  34. * [Issue #759](https://github.com/json-c/json-c/issues/759) - json_tokener_parse_ex: handle out of memory errors
  35. * [Issue #766](https://github.com/json-c/json-c/issues/766) - Some people have trouble with undefined references to arc4random
  36. * [Issue #767](https://github.com/json-c/json-c/issues/767) - How to create a character array using json-c
  37. * [Issue #768](https://github.com/json-c/json-c/issues/768) - commits from May 30, 2022 killed my docker build process
  38. * [Issue #769](https://github.com/json-c/json-c/issues/769) - Issue #768
  39. * [Issue #770](https://github.com/json-c/json-c/issues/770) - json_parse.c:170:13: error: this statement may fall through
  40. * [Issue #771](https://github.com/json-c/json-c/issues/771) - fix fallthough warning
  41. * [Issue #772](https://github.com/json-c/json-c/issues/772) - add JSON_C_TO_STRING_COLOR option
  42. * [Issue #773](https://github.com/json-c/json-c/issues/773) - problem with u_int64_t
  43. * [Issue #774](https://github.com/json-c/json-c/issues/774) - The function add_compile_options was added to CMake version 2.8.12 and later but your minimum is 2.8 which will not work
  44. * [Issue #775](https://github.com/json-c/json-c/issues/775) - list(TRANSFORM ...) is not available prior to CMake 3.12.
  45. * [Issue #776](https://github.com/json-c/json-c/issues/776) - Fix typo
  46. * [Issue #777](https://github.com/json-c/json-c/issues/777) - Don't try to change locale when libc only supports the C locale
  47. * [Issue #778](https://github.com/json-c/json-c/issues/778) - Do not insert newlines when converting empty arrays to json string and JSON_C_TO_STRING_PRETTY is used
  48. * [Issue #779](https://github.com/json-c/json-c/issues/779) - Fix compiling for Android
  49. * [Issue #780](https://github.com/json-c/json-c/issues/780) - Memory Leak when setting empty strings when c_string.pdata is used
  50. * [Issue #781](https://github.com/json-c/json-c/issues/781) - Fix memory leak with emtpy strings in json_object_set_string
  51. * [Issue #782](https://github.com/json-c/json-c/issues/782) - Fix typos found by codespell
  52. * [Issue #783](https://github.com/json-c/json-c/issues/783) - Fix build with clang-15+
  53. * [Issue #784](https://github.com/json-c/json-c/issues/784) - get_time_seed(): silence warning emitted by Coverity Scan static analyzer
  54. * [Issue #786](https://github.com/json-c/json-c/issues/786) - ghpages update was not published for json-c-0.16
  55. * [Issue #787](https://github.com/json-c/json-c/issues/787) - -static linker flag result in building failed
  56. * [Issue #788](https://github.com/json-c/json-c/issues/788) - Clear sensitive information.
  57. * [Issue #789](https://github.com/json-c/json-c/issues/789) - Unnecessary struct declaration and unsafe function usage
  58. * [Issue #790](https://github.com/json-c/json-c/issues/790) - Small update to README file
  59. * [Issue #791](https://github.com/json-c/json-c/issues/791) - json_object_object_foreach not ISO-C compliant
  60. * [Issue #792](https://github.com/json-c/json-c/issues/792) - ` json_object_get_int` does not set `EINVAL` on invalid string
  61. * [Issue #794](https://github.com/json-c/json-c/issues/794) - replaced
  62. * [Issue #796](https://github.com/json-c/json-c/issues/796) - Added Test for get int functions
  63. * [Issue #797](https://github.com/json-c/json-c/issues/797) - make uninstall
  64. * [Issue #798](https://github.com/json-c/json-c/issues/798) - API to deal with enums is missing
  65. * [Issue #799](https://github.com/json-c/json-c/issues/799) - json_object_put: Assertion `jso->_ref_count > 0' failed.
  66. * [Issue #800](https://github.com/json-c/json-c/issues/800) - String converted to scientific notation
  67. * [Issue #801](https://github.com/json-c/json-c/issues/801) - #error You do not have strncasecmp on your system.
  68. * [Issue #802](https://github.com/json-c/json-c/issues/802) - Problem: modern CMake warns about version 2.8
  69. * [Issue #803](https://github.com/json-c/json-c/issues/803) - Problem: confusing error message in snprintf_compat.h
  70. * [Issue #804](https://github.com/json-c/json-c/issues/804) - Problem: cmake 3.25.1 warns about CMP0042 not being set
  71. * [Issue #806](https://github.com/json-c/json-c/issues/806) - The problem is libjson-c.dylib incompatible with OS version
  72. * [Issue #807](https://github.com/json-c/json-c/issues/807) - json simple parse syntax
  73. * [Issue #808](https://github.com/json-c/json-c/issues/808) - iOS Build using cmake fails due to 64 to 32bits conversion precision loss
  74. * [Issue #809](https://github.com/json-c/json-c/issues/809) - Feature request json_object_new_uint()
  75. * [Issue #810](https://github.com/json-c/json-c/issues/810) - docs: update to Internet Standard reference
  76. * [Issue #811](https://github.com/json-c/json-c/issues/811) - dependence on execution character set
  77. * [Issue #812](https://github.com/json-c/json-c/issues/812) - Duplicate symbol when compiling with clang-cl
  78. * [Issue #813](https://github.com/json-c/json-c/issues/813) - Build apps only in project itself.
  79. * [Issue #814](https://github.com/json-c/json-c/issues/814) - Code execution order
  80. * [Issue #816](https://github.com/json-c/json-c/issues/816) - Hi I need to generate libjson-c.so.3 and libjson-c.so.3.0.1, please help with steps
  81. * [Issue #818](https://github.com/json-c/json-c/issues/818) - error: a function declaration without a prototype is deprecated in all versions of C
  82. * [Issue #819](https://github.com/json-c/json-c/issues/819) - build with intel 2023 fails on vasprintf
  83. * [Issue #820](https://github.com/json-c/json-c/issues/820) - ISO C forbids in
  84. * [Issue #821](https://github.com/json-c/json-c/issues/821) - Any release planing for 0.17?
  85. * [Issue #822](https://github.com/json-c/json-c/issues/822) - Added option to disable app build
  86. * [Issue #823](https://github.com/json-c/json-c/issues/823) - Symbol not found during linking stage of libjson-c.so