bind9/lib
Petr Menšík d074386ef1 Fix failures in isc netmgr_test on big endian machines
Typing from libuv structure to isc_region_t is not possible, because
their sizes differ on 64 bit architectures. Little endian machines seems
to be lucky and still result in test passed. But big endian machine such
as s390x fails the test reliably.

Fix by directly creating the buffer as isc_region_t and skipping the
type conversion. More readable and still more correct.

(cherry picked from commit 057438cb45)
2022-05-24 20:22:57 +02:00
..
bind9 prevent a possible buffer overflow in configuration check 2022-05-13 20:29:36 -07:00
dns Require valid key for dst_key functions 2022-05-23 12:00:53 +02:00
irs Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
isc Fix failures in isc netmgr_test on big endian machines 2022-05-24 20:22:57 +02:00
isccc Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
isccfg Rename "hostname" to "remote-hostname" within "tls" 2022-05-03 17:42:43 +03:00
ns Cleanup: always count ns_statscounter_recursclients 2022-05-14 00:59:09 -07:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00