Skip to content

Commit cab57f3

Browse files
authored
Merge pull request #358 from maxmind/horgh/changelog
Add changelog entries for #356 and #357
2 parents 70abedb + 80aebfa commit cab57f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Changes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.12.0
2+
3+
* Fixed memory leaks in `MMDB_open()`. These could happen with invalid
4+
databases or in error situations such as failing to allocate memory. As
5+
part of the fix, `MMDB_get_entry_data_list()` now frees memory it
6+
allocates on additional errors. Previously it failed to clean up when
7+
certain errors occurred. Pull request by pkillarjun. GitHub #356.
8+
* There is now a build target to fuzz the library. Pull request by
9+
pkillarjun. GitHub #357.
10+
111
## 1.11.0 - 2024-08-21
212

313
* When building with CMake, the man pages will now be generated and

0 commit comments

Comments
 (0)