]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Update changelog.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Aug 2024 06:59:47 +0000 (08:59 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Aug 2024 06:59:47 +0000 (08:59 +0200)
- Fix testbound for alloc stats strdup in util/alloc.c.

doc/Changelog

index a3c4bda0939057666b3eac954352e2222d2d063c..157d31a6db1003668eb892a84af15276036a2916 100644 (file)
@@ -1,6 +1,7 @@
 2 August 2024: Wouter
        - Fix that alloc stats has strdup checks, it stops debuggers from
          complaining about mismatch at free time.
+       - Fix testbound for alloc stats strdup in util/alloc.c.
 
 1 August 2024: Wouter
        - Fix dnstap test program, cleans up to have clean memory on exit,