From 80aebfa7b6ae8df563bb303ed4635d9d8e477f68 Mon Sep 17 00:00:00 2001 From: William Storey Date: Fri, 8 Nov 2024 20:05:19 +0000 Subject: [PATCH] Add changelog entries for #356 and #357 --- Changes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes.md b/Changes.md index c3e3ffef..10816a82 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,13 @@ +## 1.12.0 + +* Fixed memory leaks in `MMDB_open()`. These could happen with invalid + databases or in error situations such as failing to allocate memory. As + part of the fix, `MMDB_get_entry_data_list()` now frees memory it + allocates on additional errors. Previously it failed to clean up when + certain errors occurred. Pull request by pkillarjun. GitHub #356. +* There is now a build target to fuzz the library. Pull request by + pkillarjun. GitHub #357. + ## 1.11.0 - 2024-08-21 * When building with CMake, the man pages will now be generated and