]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Merge #1467: daemon: fix DEREF_AFTER_NULL.EX.COND on master
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Jun 2026 11:44:27 +0000 (13:44 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Jun 2026 11:44:27 +0000 (13:44 +0200)
  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

index 8a491504cdcd5c540036eefcf4bd776713b5f0b1..6a68008cbf98986344e257c7bcf52bcd6ea54b87 100644 (file)
@@ -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