bind9/bin
Michał Kępień e9f9062732 Properly initialize libxml2
When libxml2 is to be used in a multi-threaded application, the
xmlInitThreads() function must be called before any other libxml2
function.  This function does different things on various platforms and
thus one can get away without calling it on Unix systems, but not on
Windows, where it initializes critical section objects used for
synchronizing access to data structures shared between threads.  Add the
missing xmlInitThreads() call to prevent crashes on affected systems.

Also add a matching xmlCleanupThreads() call to properly release the
resources set up by xmlInitThreads().

(cherry picked from commit a3c0b00ef6)
2019-09-26 10:28:51 +02:00
..
check add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
confgen add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
delv add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
dig Add support for displaying EDNS option LLQ. 2019-08-28 17:22:11 +10:00
dnssec address or suppress cppcheck warnings 2019-09-12 19:27:28 +10:00
named Properly initialize libxml2 2019-09-26 10:28:51 +02:00
nsupdate add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
pkcs11 remove dead code and unnecessary call to pkcs_C_GetAttributeValue 2019-05-13 11:22:33 +07:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
python explicitly convert byte to string 2019-03-06 20:41:09 -08:00
rndc prep 9.14.4 2019-07-09 13:51:41 +00:00
tests address or suppress cppcheck warnings 2019-09-12 19:27:28 +10:00
tools address or suppress cppcheck warnings 2019-09-12 19:27:28 +10:00
win32/BINDInstall address or suppress cppcheck warnings 2019-09-12 19:27:28 +10:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00