On Fri, Mar 21, 2025 at 12:53:40PM +0100, Florian Westphal wrote: > On parser error, obj_free will iterate this list. > Included json bogon crashes due to null deref because > list head initialisation did not yet happen. > > Fixes: c82a26ebf7e9 ("json: Add ct timeout support") > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> Reviewed-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Thanks