We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70abedb + 80aebfa commit cab57f3Copy full SHA for cab57f3
Changes.md
@@ -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
11
## 1.11.0 - 2024-08-21
12
13
* When building with CMake, the man pages will now be generated and
0 commit comments