mirror of
https://github.com/json-c/json-c.git
synced 2026-03-27 00:49:07 +08:00
73 lines
58 KiB
HTML
73 lines
58 KiB
HTML
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||
|
|
<title>json-c: issues_closed_for_0</title>
|
||
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||
|
|
<script type="text/javascript" src="jquery.js"></script>
|
||
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
||
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||
|
|
<div id="titlearea">
|
||
|
|
<table cellspacing="0" cellpadding="0">
|
||
|
|
<tbody>
|
||
|
|
<tr style="height: 56px;">
|
||
|
|
<td style="padding-left: 0.5em;">
|
||
|
|
<div id="projectname">json-c
|
||
|
|
 <span id="projectnumber">0.14</span>
|
||
|
|
</div>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
<!-- end header part -->
|
||
|
|
<!-- Generated by Doxygen 1.8.2 -->
|
||
|
|
<div id="navrow1" class="tabs">
|
||
|
|
<ul class="tablist">
|
||
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||
|
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
||
|
|
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
||
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
</div><!-- top -->
|
||
|
|
<div class="header">
|
||
|
|
<div class="headertitle">
|
||
|
|
<div class="title">issues_closed_for_0 </div> </div>
|
||
|
|
</div><!--header-->
|
||
|
|
<div class="contents">
|
||
|
|
<div class="textblock"><p>This list was created with:</p>
|
||
|
|
<p>``` curl <a href="https://api.github.com/search/issues?q=">https://api.github.com/search/issues?q=</a>"repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=1" > issues1.out curl <a href="https://api.github.com/search/issues?q=">https://api.github.com/search/issues?q=</a>"repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=2" > issues2.out curl <a href="https://api.github.com/search/issues?q=">https://api.github.com/search/issues?q=</a>"repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=3" > issues3.out jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md sed -e's,^[ *(.*)](<a href="https://api.github.com/">https://api.github.com/</a>.*/([0-9].*)),<a href="https://github.com/json-c/json-c/issues/\2">Issue #\2</a> - \1,' -i issues.md #... manual editing ... ``` <hr/>
|
||
|
|
<p>Issues and Pull Requests closed for the 0.13 release (since commit f84d9c, the 0.12 branch point, 2014-04-10)</p>
|
||
|
|
<p><a href="https://github.com/json-c/json-c/issues/61">Issue #61</a> - Make <a class="el" href="json__object_8h.html#a27bd808a022251059a43f1f6370441cd">json_object_object_add()</a> indicate success or failure, test fix \ <a href="https://github.com/json-c/json-c/issues/113">Issue #113</a> - Build fixes (make dist and make distcheck) \ <a href="https://github.com/json-c/json-c/issues/124">Issue #124</a> - Fixing build \ <a href="https://github.com/json-c/json-c/issues/125">Issue #125</a> - Fix compile error(variable size set but not used) on g++4.6 \ <a href="https://github.com/json-c/json-c/issues/126">Issue #126</a> - Removed unused size variable. \ <a href="https://github.com/json-c/json-c/issues/127">Issue #127</a> - remove unused <code>size</code> variable \ <a href="https://github.com/json-c/json-c/issues/128">Issue #128</a> - Remove unused variable from json_tokenizer.c \ <a href="https://github.com/json-c/json-c/issues/130">Issue #130</a> - Failed to compile under Ubuntu 13.10 32bit \ <a href="https://github.com/json-c/json-c/issues/131">Issue #131</a> - undefined symbol: __sync_val_compare_and_swap_4 \ <a href="https://github.com/json-c/json-c/issues/132">Issue #132</a> - Remove unused variable 'size' \ <a href="https://github.com/json-c/json-c/issues/133">Issue #133</a> - Update and rename README to <a class="el" href="README_8md.html">README.md</a> \ <a href="https://github.com/json-c/json-c/issues/134">Issue #134</a> - Must remove variable size... \ <a href="https://github.com/json-c/json-c/issues/135">Issue #135</a> - bits.h uses removed json_tokener_errors[error] \ <a href="https://github.com/json-c/json-c/issues/136">Issue #136</a> - Error when running make check \ <a href="https://github.com/json-c/json-c/issues/137">Issue #137</a> - config.h.in should not be in git \ <a href="https://github.com/json-c/json-c/issues/138">Issue #138</a> - Can't build on RHEL 6.5 due to dependency on automake-1.14 \ <a href="https://github.com/json-c/json-c/issues/140">Issue #140</a> - Code bug in random_test.c evaluating same expression twice \ <a href="https://github.com/json-c/json-c/issues/141">Issue #141</a> - Removed duplicate check in random_seed test - bug #140 \ <a href="https://github.com/json-c/json-c/issues/142">Issue #142</a> - Please undeprecate json_object_object_get \ <a href="https://github.com/json-c/json-c/issues/144">Issue #144</a> - Introduce json_object_from_fd \ <a href="https://github.com/json-c/json-c/issues/145">Issue #145</a> - Handle % character properly \ <a href="https://github.com/json-c/json-c/issues/146">Issue #146</a> - TAGS rename \ <a href="https://github.com/json-c/json-c/issues/148">Issue #148</a> - Bump the soname \ <a href="https://github.com/json-c/json-c/issues/149">Issue #149</a> - SONAME bump \ <a href="https://github.com/json-c/json-c/issues/150">Issue #150</a> - Fix build using MinGW. \ <a href="https://github.com/json-c/json-c/issues/151">Issue #151</a> - Remove json_type enum trailing comma \ <a href="https://github.com/json-c/json-c/issues/152">Issue #152</a> - error while compiling json-c library version 0.11 \ <a href="https://github.com/json-c/json-c/issues/153">Issue #153</a> - improve doc for <a class="el" href="json__object_8h.html#ab7390c22baa1700d977c2af6b22d43a4">json_object_to_json_string()</a> \ <a href="https://github.com/json-c/json-c/issues/154">Issue #154</a> - double precision \ <a href="https://github.com/json-c/json-c/issues/155">Issue #155</a> - add bsearch for arrays \ <a href="https://github.com/json-c/json-c/issues/156">Issue #156</a> - Remove trailing whitespaces \ <a href="https://github.com/json-c/json-c/issues/157">Issue #157</a> - JSON-C shall not exit on calloc fail. \ <a href="https://github.com/json-c/json-c/issues/158">Issue #158</a> - while using json-c 0.11, I am facing strange crash issue in json_object_put. \ <a href="https://github.com/json-c/json-c/issues/159">Issue #159</a> - json_tokener.c compile error \ <a href="https://github.com/json-c/json-c/issues/160">Issue #160</a> - missing header file on windows?? \ <a href="https://github.com
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/286">https://github.com/json-c/json-c/issues/286</a>">Issue #286</a> - json_tokener_parse_ex() returns json_tokener_continue on zero-length string \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/287">https://github.com/json-c/json-c/issues/287</a>">Issue #287</a> - json_pointer: extend setter & getter with printf() style arguments \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/288">https://github.com/json-c/json-c/issues/288</a>">Issue #288</a> - Fix _GNU_SOURCE define for vasprintf \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/289">https://github.com/json-c/json-c/issues/289</a>">Issue #289</a> - bugfix: floating point representaion without fractional part \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/290">https://github.com/json-c/json-c/issues/290</a>">Issue #290</a> - duplicate an json_object \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/291">https://github.com/json-c/json-c/issues/291</a>">Issue #291</a> - isspace assert error \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/292">https://github.com/json-c/json-c/issues/292</a>">Issue #292</a> - configure error "./configure: line 13121: syntax error near unexpected token `-Wall'" \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/293">https://github.com/json-c/json-c/issues/293</a>">Issue #293</a> - how to make with bitcode for ios \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/294">https://github.com/json-c/json-c/issues/294</a>">Issue #294</a> - Adding UTF-8 validation. Fixes #122 \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/295">https://github.com/json-c/json-c/issues/295</a>">Issue #295</a> - cross compile w/ mingw \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/296">https://github.com/json-c/json-c/issues/296</a>">Issue #296</a> - Missing functions header in json_object.h \
|
||
|
|
<a href="<a href="https://github.com/json-c/json-c/issues/297">https://github.com/json-c/json-c/issues/297</a>">Issue #297</a> - could not parse string to Json object? Like string str=\"helloworld;E\test\log\;end" \ <a href="https://github.com/json-c/json-c/issues/298">Issue #298</a> - Building using CMake doesn't work \ <a href="https://github.com/json-c/json-c/issues/299">Issue #299</a> - Improve <a class="el" href="structjson__object.html">json_object</a> -> string performance \ <a href="https://github.com/json-c/json-c/issues/300">Issue #300</a> - Running tests with MinGW build \ <a href="https://github.com/json-c/json-c/issues/301">Issue #301</a> - How to deep copy <a class="el" href="structjson__object.html">json_object</a> in C++ ? \ <a href="https://github.com/json-c/json-c/issues/302">Issue #302</a> - json_tokener_parse_ex doesn't parse JSON values \ <a href="https://github.com/json-c/json-c/issues/303">Issue #303</a> - fix doc in tokener header file \ <a href="https://github.com/json-c/json-c/issues/304">Issue #304</a> - (.text+0x72846): undefined reference to `is_error' \ <a href="https://github.com/json-c/json-c/issues/305">Issue #305</a> - Fix compilation without C-99 option \ <a href="https://github.com/json-c/json-c/issues/306">Issue #306</a> - ./configure: line 12748 -error=deprecated-declarations \ <a href="https://github.com/json-c/json-c/issues/307">Issue #307</a> - Memory leak in json_tokener_parse \ <a href="https://github.com/json-c/json-c/issues/308">Issue #308</a> - AM_PROG_LIBTOOL not found on Linux \ <a href="https://github.com/json-c/json-c/issues/309">Issue #309</a> - GCC 7 reports various -Wimplicit-fallthrough= errors \ <a href="https://github.com/json-c/json-c/issues/310">Issue #310</a> - Add FALLTHRU comment to handle GCC7 warnings. \ <a href="https://github.com/json-c/json-c/issues/311">Issue #311</a> - Fix error C3688 when compiling on Visual Studio 2015 \ <a href="https://github.com/json-c/json-c/issues/312">Issue #312</a> - Fix CMake Build process improved for MinGW and MSYS2 \ <a href="https://github.com/json-c/json-c/issues/313">Issue #313</a> - VERBOSE=1 make check; tests/test_util_file.test.c and tests/test_util_file.expected out of sync \ <a href="https://github.com/json-c/json-c/issues/315">Issue #315</a> - Passing -1 to json_tokener_parse_ex is possibly unsafe \ <a href="https://github.com/json-c/json-c/issues/316">Issue #316</a> - Memory Returned by json_object_to_json_string not freed \ <a href="https://github.com/json-c/json-c/issues/317">Issue #317</a> - json_object_get_string gives segmentation error \ <a href="https://github.com/json-c/json-c/issues/318">Issue #318</a> - PVS-Studio static analyzer analyze results \ <a href="https://github.com/json-c/json-c/issues/319">Issue #319</a> - Windows: Fix dynamic library build with Visual Studio \ <a href="https://github.com/json-c/json-c/issues/320">Issue #320</a> - Can't compile in Mac OS X El Capitan \ <a href="https://github.com/json-c/json-c/issues/321">Issue #321</a> - build,cmake: fix vasprintf implicit definition and generate both static & shared libs \ <a href="https://github.com/json-c/json-c/issues/322">Issue #322</a> - can not link with libjson-c.a \ <a href="https://github.com/json-c/json-c/issues/323">Issue #323</a> - implicit fallthrough detected by gcc 7.1 \ <a href="https://github.com/json-c/json-c/issues/324">Issue #324</a> - JsonPath like function? \ <a href="https://github.com/json-c/json-c/issues/325">Issue #325</a> - Fix stack buffer overflow in json_object_double_to_json_string_format() \ <a href="https://github.com/json-c/json-c/issues/327">Issue #327</a> - why json-c so hard to compile \ <a href="https://github.com/json-c/json-c/issues/328">Issue #328</a> - <a class="el" href="structjson__object.html">json_object</a>: implement <a class="el" href="json__object_8h.html#aaac16505f13bc56accfad82604d8bcdc">json_object_deep_copy()</a> function \ <a href="https://github.com/json-c/json-c/issues/329">Issue #329</a> - build,cmake: build,cmake: rename libjson-c-static.a to libjson-c.a \ <a href=
|
||
|
|
<p>This list was created with:</p>
|
||
|
|
<p>``` curl <a href="https://api.github.com/search/issues?q=">https://api.github.com/search/issues?q=</a>"repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=1" > issues1.out curl <a href="https://api.github.com/search/issues?q=">https://api.github.com/search/issues?q=</a>"repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=2" > issues2.out curl <a href="https://api.github.com/search/issues?q=">https://api.github.com/search/issues?q=</a>"repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=3" > issues3.out jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md sed -e's,^[ *(.*)](<a href="https://api.github.com/">https://api.github.com/</a>.*/([0-9].*)),<a href="https://github.com/json-c/json-c/issues/\2">Issue #\2</a> - \1,' -i issues.md #... manual editing ... ``` <hr/>
|
||
|
|
<p>Issues and Pull Requests closed for the 0.14 release (since commit d582d3a(2017-12-07) to a911439(2020-04-17))</p>
|
||
|
|
<p><a href="https://github.com/json-c/json-c/issues/122">Issue #122</a> - Add utf-8 validation when parsing strings. \ <a href="https://github.com/json-c/json-c/issues/139">Issue #139</a> - json_object_from_file cannot accept max_depth \ <a href="https://github.com/json-c/json-c/issues/143">Issue #143</a> - RFE / enhancement for full 64-bit signed/unsigned support \ <a href="https://github.com/json-c/json-c/issues/147">Issue #147</a> - Please introduce soname bump if API changed \ <a href="https://github.com/json-c/json-c/issues/166">Issue #166</a> - Need a way to specify nesting depth when opening JSON file \ <a href="https://github.com/json-c/json-c/issues/226">Issue #226</a> - There is no <a class="el" href="json__object_8h.html#a29e23b5be729c679960242b3b81bcde0">json_object_new_null()</a> \ <a href="https://github.com/json-c/json-c/issues/314">Issue #314</a> - new release ? \ <a href="https://github.com/json-c/json-c/issues/326">Issue #326</a> - Please extend api json_object_get_uint64 \ <a href="https://github.com/json-c/json-c/issues/334">Issue #334</a> - Switch json-c builds to use CMake \ <a href="https://github.com/json-c/json-c/issues/386">Issue #386</a> - Makefile: Add ACLOCAL_AMFLAGS \ <a href="https://github.com/json-c/json-c/issues/387">Issue #387</a> - doc: Use other doxygen feature to specify mainpage \ <a href="https://github.com/json-c/json-c/issues/388">Issue #388</a> - <a class="el" href="structjson__object.html">json_object</a>: Add size_t json_object_sizeof() \ <a href="https://github.com/json-c/json-c/issues/389">Issue #389</a> - <a class="el" href="structjson__object.html">json_object</a>: Avoid double free (and thus a segfault) when ref_count gets < 0 \ <a href="https://github.com/json-c/json-c/issues/390">Issue #390</a> - <a class="el" href="structjson__object.html">json_object</a>: Add const size_t json_c_object_sizeof() \ <a href="https://github.com/json-c/json-c/issues/391">Issue #391</a> - Fix non-GNUC define for JSON_C_CONST_FUNCTION \ <a href="https://github.com/json-c/json-c/issues/392">Issue #392</a> - <a class="el" href="structjson__object.html">json_object</a>: Avoid invalid free (and thus a segfault) when ref_count gets < 0 \ <a href="https://github.com/json-c/json-c/issues/393">Issue #393</a> - json_object_private: Use unsigned 32-bit integer type for refcount \ <a href="https://github.com/json-c/json-c/issues/394">Issue #394</a> - Problem serializing double \ <a href="https://github.com/json-c/json-c/issues/395">Issue #395</a> - Key gets modified if it contains "\" \ <a href="https://github.com/json-c/json-c/issues/396">Issue #396</a> - Build failure with no threads uClibc toolchain \ <a href="https://github.com/json-c/json-c/issues/397">Issue #397</a> - update json object with key. \ <a href="https://github.com/json-c/json-c/issues/398">Issue #398</a> - Build failed. \ <a href="https://github.com/json-c/json-c/issues/399">Issue #399</a> - Avoid uninitialized variable warnings \ <a href="https://github.com/json-c/json-c/issues/400">Issue #400</a> - How to generate static lib (.a) \ <a href="https://github.com/json-c/json-c/issues/401">Issue #401</a> - Warnings with Valgrind \ <a href="https://github.com/json-c/json-c/issues/402">Issue #402</a> - Add fuzzers from OSS-Fuzz \ <a href="https://github.com/json-c/json-c/issues/403">Issue #403</a> - Segmentation fault when double quotes is used \ <a href="https://github.com/json-c/json-c/issues/404">Issue #404</a> - valgrind: memory leak \ <a href="https://github.com/json-c/json-c/issues/405">Issue #405</a> - Missing API to determine an object is empty \ <a href="https://github.com/json-c/json-c/issues/406">Issue #406</a> - Undefine NDEBUG for tests \ <a href="https://github.com/json-c/json-c/issues/407">Issue #407</a> - json_tokener_parse is crash \ <a href="https://github.com/json-c/json-c/issues/408">Issue #408</a> - bug in array_list_del_idx when <a class="el" href="arraylist_8h.html#aa3bf90f47aa210032304b14e7ad09ef7">array_list_length()</a>==1 \ <a href="https://github.com/json-c/json-c/issues/410">Issue #410</a> - Fixed typos
|
||
|
|
being printed... \ <a href="https://github.com/json-c/json-c/issues/454">Issue #454</a> - json_object_private: save 8 bytes in struct <a class="el" href="structjson__object.html">json_object</a> in 64-bit arc… \ <a href="https://github.com/json-c/json-c/issues/455">Issue #455</a> - index.html:fix dead link \ <a href="https://github.com/json-c/json-c/issues/456">Issue #456</a> - STYLE.txt:remove executable permissions \ <a href="https://github.com/json-c/json-c/issues/457">Issue #457</a> - .gitignore:add build directory \ <a href="https://github.com/json-c/json-c/issues/458">Issue #458</a> - <a class="el" href="README_8md.html">README.md</a>:fix dead "file.html" link \ <a href="https://github.com/json-c/json-c/issues/459">Issue #459</a> - README.html:fix link to Doxygen docs, remove WIN32 link \ <a href="https://github.com/json-c/json-c/issues/460">Issue #460</a> - No docs for <a class="el" href="json__object_8h.html#a778a1aa34a508d08daac3bdb83e24b52">json_object_new_string_len()</a> \ <a href="https://github.com/json-c/json-c/issues/461">Issue #461</a> - json_object.c:set errno in <a class="el" href="json__object_8h.html#a94a70cff6a14398b581b7b10b0792c5b">json_object_get_double()</a> \ <a href="https://github.com/json-c/json-c/issues/462">Issue #462</a> - <a class="el" href="json__object_8h.html" title="Core json-c API. Start here, or with json_tokener.h.">json_object.h</a>:document <a class="el" href="json__object_8h.html#a778a1aa34a508d08daac3bdb83e24b52">json_object_new_string_len()</a> \ <a href="https://github.com/json-c/json-c/issues/463">Issue #463</a> - please check newlocale api first argument valuse. \ <a href="https://github.com/json-c/json-c/issues/465">Issue #465</a> - CMakeLists.txt doesn't contain <a class="el" href="json__object__iterator_8h.html" title="An API for iterating over json_type_object objects, styled to be familiar to C++ programmers. Unlike json_object_object_foreach() and json_object_object_foreachC(), this avoids the need to expose json-c internals like lh_entry.">json_object_iterator.h</a> which <a class="el" href="json_8h.html" title="A convenience header that may be included instead of other individual ones.">json.h</a> includes \ <a href="https://github.com/json-c/json-c/issues/466">Issue #466</a> - configure:3610: error: C compiler cannot create executables \ <a href="https://github.com/json-c/json-c/issues/467">Issue #467</a> - Fix compiler warnings \ <a href="https://github.com/json-c/json-c/issues/468">Issue #468</a> - Fix compiler warnings \ <a href="https://github.com/json-c/json-c/issues/469">Issue #469</a> - Build under alpine with pecl install & docker-php-ext-enable? \ <a href="https://github.com/json-c/json-c/issues/470">Issue #470</a> - cfuhash_foreach_remove doesn't upate cfuhash_num_entries \ <a href="https://github.com/json-c/json-c/issues/472">Issue #472</a> - Segmentation fault in json_object_iter_begin \ <a href="https://github.com/json-c/json-c/issues/473">Issue #473</a> - Convert ChangeLog to valid UTF-8 encoding. \ <a href="https://github.com/json-c/json-c/issues/474">Issue #474</a> - Installation directories empty with CMake in pkg-config. \ <a href="https://github.com/json-c/json-c/issues/475">Issue #475</a> - improvement proposal for json_object_object_foreach \ <a href="https://github.com/json-c/json-c/issues/477">Issue #477</a> - Hang/Crash with large strings \ <a href="https://github.com/json-c/json-c/issues/478">Issue #478</a> - json_object_get_string_len returns 0 when value is number \ <a href="https://github.com/json-c/json-c/issues/479">Issue #479</a> - I want to use it in iOS or Android but I can't compile \ <a href="https://github.com/json-c/json-c/issues/480">Issue #480</a> - json-c-0.12.1 failed making from source code \ <a href="https://github.com/json-c/json-c/issues/481">Issue #481</a> - error while loading shared libraries: libjson-c.so.4 \ <a href="https://github.com/json-c/json-c/issues/482">Issue #482</a> - Error "double free or corruption" after free() \ <a href="https://github.com/json-c/json-c/issues/483">Issue #483</a> - compatible
|
||
|
|
</div></div><!-- contents -->
|
||
|
|
<!-- start footer part -->
|
||
|
|
<hr class="footer"/><address class="footer"><small>
|
||
|
|
Generated on Sun Apr 19 2020 03:40:44 for json-c by  <a href="http://www.doxygen.org/index.html">
|
||
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||
|
|
</a> 1.8.2
|
||
|
|
</small></address>
|
||
|
|
</body>
|
||
|
|
</html>
|