github maxmind/libmaxminddb 1.12.0

latest release: 1.12.1
2 days ago
  • 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.
  • Updated cmake_minimum_required to a version range to quiet deprecation
    warnings on new CMake versions. Reported by gmou3. GitHub #359.
  • The script for generating man pages no longer uses autodie. This
    eliminates the dependency on IPC::System::Simple. Reported by gmou3.
    GitHub #359.
  • An uninstall target is now included for CMake. Pull request by gmou3.
    GitHub #362.

Don't miss a new libmaxminddb release

NewReleases is sending notifications on new releases.