|
| 1 | +This list was created with: |
| 2 | + |
| 3 | +``` |
| 4 | +PREV=2023-08-12 |
| 5 | +NOW=2024-09-15 |
| 6 | +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 |
| 7 | +jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md |
| 8 | +sed -e's,^\[ *\(.*\)\](https://api.github.com/.*/\([0-9].*\)),* [Issue #\2](https://github.com/json-c/json-c/issues/\2) - \1,' -i issues.md |
| 9 | +cat issues.md >> issues_closed_for_0.18.md |
| 10 | +``` |
| 11 | + |
| 12 | +* [Issue #826](https://github.com/json-c/json-c/issues/826) - CMake: remove needless policy setting |
| 13 | +* [Issue #827](https://github.com/json-c/json-c/issues/827) - Resolve build issue in tokener_parse_ex_fuzzer.c |
| 14 | +* [Issue #828](https://github.com/json-c/json-c/issues/828) - Put arc4random check under DISABLE_EXTRA_LIBS=OFF in CMakeLists.txt. |
| 15 | +* [Issue #829](https://github.com/json-c/json-c/issues/829) - Cannot build with clang-cl |
| 16 | +* [Issue #830](https://github.com/json-c/json-c/issues/830) - I am looking whether this CVE - CVE-2021-32292 is impacted by json-c version v0.13.1or not ? |
| 17 | +* [Issue #831](https://github.com/json-c/json-c/issues/831) - rename WIN32 to _WIN32 |
| 18 | +* [Issue #833](https://github.com/json-c/json-c/issues/833) - memory leak issue in 0.13 |
| 19 | +* [Issue #834](https://github.com/json-c/json-c/issues/834) - fix error des of 'error_memory' |
| 20 | +* [Issue #835](https://github.com/json-c/json-c/issues/835) - fix error des of 'error_memory' |
| 21 | +* [Issue #836](https://github.com/json-c/json-c/issues/836) - Null pointer dereference in tokener_parse_ex_fuzzer.cc |
| 22 | +* [Issue #837](https://github.com/json-c/json-c/issues/837) - Add type checking for parsed objects in tokener_parse_ex_fuzzer |
| 23 | +* [Issue #838](https://github.com/json-c/json-c/issues/838) - Cannot link properly using cmake |
| 24 | +* [Issue #839](https://github.com/json-c/json-c/issues/839) - json_pointer.c: initialize idx |
| 25 | +* [Issue #840](https://github.com/json-c/json-c/issues/840) - Memory leak when enable HAVE_SETLOCALE and HAVE_USELOCALE |
| 26 | +* [Issue #841](https://github.com/json-c/json-c/issues/841) - Random crash in json_tokener_parse |
| 27 | +* [Issue #842](https://github.com/json-c/json-c/issues/842) - Assignment bug in json_pointer.c |
| 28 | +* [Issue #843](https://github.com/json-c/json-c/issues/843) - _WIN32 should be used, not WIN32 in source code ifdefs. |
| 29 | +* [Issue #844](https://github.com/json-c/json-c/issues/844) - Doxygen: mis-wording in `json_object_put` |
| 30 | +* [Issue #845](https://github.com/json-c/json-c/issues/845) - [CMP0153](https://cmake.org/cmake/help/latest/policy/CMP0153.html) |
| 31 | +* [Issue #846](https://github.com/json-c/json-c/issues/846) - CMP0153 |
| 32 | +* [Issue #848](https://github.com/json-c/json-c/issues/848) - json_object_from_file caused calloc SIGSEGV |
| 33 | +* [Issue #849](https://github.com/json-c/json-c/issues/849) - random_seed.c: add a Coverity Scan suppression |
| 34 | +* [Issue #850](https://github.com/json-c/json-c/issues/850) - Missing return description |
| 35 | +* [Issue #851](https://github.com/json-c/json-c/issues/851) - Allow NULL in json_object_new_string() and json_object_new_string_len() |
| 36 | +* [Issue #852](https://github.com/json-c/json-c/issues/852) - docs: micro typo in json_object_put doc |
| 37 | +* [Issue #853](https://github.com/json-c/json-c/issues/853) - json_tokener_parse_verbose does not set the error indicator when it fails to allocate the tokener |
| 38 | +* [Issue #854](https://github.com/json-c/json-c/issues/854) - json_tokener_parse_verbose sets the error indicator to a wrong value when there is a memory allocation failure |
| 39 | +* [Issue #856](https://github.com/json-c/json-c/issues/856) - Using libjson-c.so or compiling from source seg faults on json_tokener_parse_ex in alpine docker container |
| 40 | +* [Issue #857](https://github.com/json-c/json-c/issues/857) - json_tokener_parse_verbose sets the error indicator to a wrong value when there is a memory allocation failure |
| 41 | +* [Issue #858](https://github.com/json-c/json-c/issues/858) - json_tokener.h: json_tokener_parse_verbose: fix typo |
| 42 | +* [Issue #859](https://github.com/json-c/json-c/issues/859) - Develop |
| 43 | +* [Issue #860](https://github.com/json-c/json-c/issues/860) - Develop |
| 44 | +* [Issue #861](https://github.com/json-c/json-c/issues/861) - Handle yet another out-of-memory condition. |
| 45 | +* [Issue #862](https://github.com/json-c/json-c/issues/862) - Missing `json-c-targets.cmake` during build cmake build step |
| 46 | +* [Issue #863](https://github.com/json-c/json-c/issues/863) - build ios simulator error |
| 47 | +* [Issue #864](https://github.com/json-c/json-c/issues/864) - Build pkg-config for msvc as well |
| 48 | +* [Issue #865](https://github.com/json-c/json-c/issues/865) - Assertion usage |
| 49 | +* [Issue #866](https://github.com/json-c/json-c/issues/866) - Added github actions |
| 50 | +* [Issue #868](https://github.com/json-c/json-c/issues/868) - I meet compile error in harmony |
| 51 | +* [Issue #869](https://github.com/json-c/json-c/issues/869) - At a high level how are jsons parses? Are they terminated by the new line? |
| 52 | +* [Issue #870](https://github.com/json-c/json-c/issues/870) - Non-Compliant features should be optional (and disabled) |
0 commit comments