This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
Valgrind memcheck errors triggered by GeoIP #60
Comments
Do you have the calling code that can reproduce this, including the initialization of the database struct? |
|
autarch
added a commit
that referenced
this issue
Jul 27, 2015
This fixes a warning from valgrind reported in GH #60.
This was fixed in #60. |
oschwald
added a commit
that referenced
this issue
Jul 28, 2015
1.6.6 * Replaced usage of deprecated fileno, read, and lseek on Visual Studio 2005+ with their ISO C++ conformant replacements. (Fix by ClaudiuHKS. GitHub #55.) * A warning about using a double as a float was fixed. (Fix by ClaudiuHKS. GitHub #56.) * Fixed segfault when doing a lookup on an empty database. (Fix by NesoK. GitHub #62.) * Fixed a memcheck error from valgrind in the `_check_mtime` function. (Reported by yurivct. GitHub #60.) * Fixed `_check_mtime` to check the return value of `gettimeofday` rather than just assuming it worked.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: