Update changelog.

- Fix testbound for alloc stats strdup in util/alloc.c.
This commit is contained in:
W.C.A. Wijngaards 2024-08-02 08:59:47 +02:00
parent 6106528a50
commit 50cf55bdac

View 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,