Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

1.6.3: Option to disable stderr output; bug fixes

Compare
Choose a tag to compare
@autarch autarch released this 29 Oct 19:39
  • Added a GEOIP_SILENCE flag. Include this flag when calling GeoIP_open to
    prevent any messages from being written to stderr. ( Philip Prindeville
    and Boris Zentner )
  • Mitigate a possible race condition when running under threads in the
    GeoIP_cleanup function. ( Anthon Pang )
  • Added some recommendations to the docs on using this library in a
    threaded application. ( Boriz Zentner )
  • Fixed some bugs discovered by coverity, including failure to check some
    system call return values and making sure all strings are
    null-terminated. ( Boris Zentner )