danicoin/external
Thomas Winget c0de96f8bd
Fixed DNS resolution bug in Windows
Due to a bug in unbound, we were passing a string containing a null
character to ub_ctx_resolvconf and ub_ctx_hosts rather than a NULL
pointer.  On *nix this wasn't causing headache, but on Windows this was
causing unbound to not correctly load DNS settings from the OS.

Note on the bug: in a Windows-specific code branch in the function
ub_ctx_hosts(), if the hosts file specified was a NULL pointer, a call
to getenv() was stored in a local char* and later freed.  This is
incorrect, as we do not own that data, and caused the program to crash.
2015-04-02 09:22:31 -04:00
..
miniupnpc miniupnpc: bump the _POSIX_C_SOURCE feature macro 2014-11-10 11:13:15 -05:00
rapidjson moved rapidjson to external folder, fixed CMake 2014-12-01 21:15:50 +02:00
unbound Fixed DNS resolution bug in Windows 2015-04-02 09:22:31 -04:00
CMakeLists.txt fix cmake miniupnpc typo 2015-03-26 15:28:31 +04:00