From 1978add0cd70247b9873451deaba9302698f8a73 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 26 Jun 2026 13:44:27 +0200 Subject: [PATCH] - Merge #1467: daemon: fix DEREF_AFTER_NULL.EX.COND on worker_init. This fixes error handling if the worker stat_timer allocation has an out of memory error. That makes the server not crash later, attempting to use it. --- doc/Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 8a491504c..6a68008cb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +26 June 2026: Wouter + - Merge #1467: daemon: fix DEREF_AFTER_NULL.EX.COND on + worker_init. This fixes error handling if the worker + stat_timer allocation has an out of memory error. That + makes the server not crash later, attempting to use it. + 24 June 2026: Wouter - Merge #1465 from dag-erling: Add libunbound/remote.h. Add a shared header containing prototypes for functions that -- 2.47.3