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