From 8936e9a416c78b70023bdc4255907d48e9d763e1 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 13 Mar 2023 12:38:57 +0000 Subject: [PATCH] Add `dc_configure`, `dc_imex` and `dc_jsonrpc_request()` fixes to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 750db29b4..68d6667d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - "full message view" not needed because of footers that go to contact status #4151 - Pick up system's light/dark mode in generated message HTML #4150 +### Fixes +- Fix segmentation fault if `dc_context_unref()` is called during + background process spawned by `dc_configure()` or `dc_imex()` + or `dc_jsonrpc_instance_t` is unreferenced + during handling the JSON-RPC request. #4153 + ## 1.111.0