From: W.C.A. Wijngaards Date: Fri, 26 Jun 2026 11:44:27 +0000 (+0200) Subject: - Merge #1467: daemon: fix DEREF_AFTER_NULL.EX.COND on X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1978add0cd70247b9873451deaba9302698f8a73;p=thirdparty%2Funbound.git - 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. --- 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