]> git.ipfire.org Git - thirdparty/json-c.git/commit
Issue #923: Avoid stack recursion in json_object_put() so heavily nested object trees... 924/head
authorEric Hawicz <erh+git@nimenees.com>
Fri, 24 Apr 2026 16:56:40 +0000 (12:56 -0400)
committerEric Hawicz <erh+git@nimenees.com>
Mon, 4 May 2026 00:44:28 +0000 (20:44 -0400)
commit17328a6713418c91afc7d2e4d49a5647d84a7a3a
treef2eefda956b91e54c34821f90738de3b04b3ea5f
parente50fb04154e7b0e5fc71df32cae249d0b492bf7c
Issue #923: Avoid stack recursion in json_object_put() so heavily nested object trees can be freed.
arraylist.h
json_object.c
json_object_private.h
linkhash.c