bind9/bin
Witold Kręcicki a0621b51d8 Address GCC 8.3 -O3 compilation warning
Compiling with -O3 triggers the following warning with GCC 8.3:

    driver.c: In function ‘dlz_findzonedb’:
    driver.c:193:29: warning: ‘%u’ directive output may be truncated writing between 1 and 5 bytes into a region of size between 0 and 99 [-Wformat-truncation=]
      snprintf(buffer, size, "%s#%u", addr_buf, port);
                                 ^~
    driver.c:193:25: note: directive argument in the range [0, 65535]
      snprintf(buffer, size, "%s#%u", addr_buf, port);
                             ^~~~~~~
    driver.c:193:2: note: ‘snprintf’ output between 3 and 106 bytes into a destination of size 100
      snprintf(buffer, size, "%s#%u", addr_buf, port);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Increase the size of the relevant array to prevent this warning from
being triggered.

(cherry picked from commit 44e6bb8b93)
2019-06-11 10:18:58 +02:00
..
check Add -c to usage message for named-checkconf 2019-03-05 16:52:49 -08:00
confgen prep 9.13.6 2019-02-06 22:13:05 +00:00
delv prep 9.13.6 2019-02-06 22:13:05 +00:00
dig Recurse to find the root server list with 'dig +trace'. 2019-05-22 16:05:25 +10:00
dnssec doc rebuild 2019-04-25 17:01:11 +02:00
named prep 9.14.2 2019-05-10 04:51:22 +00:00
nsupdate Make nsupdate use OS-supplied ephemeral port range 2019-03-06 14:03:36 +01:00
pkcs11 remove dead code and unnecessary call to pkcs_C_GetAttributeValue 2019-05-13 11:22:33 +07:00
plugins lock accesses to hash table 2019-05-07 11:07:32 +10:00
python explicitly convert byte to string 2019-03-06 20:41:09 -08:00
rndc add missing word 'includes' 2019-06-06 09:33:13 +10:00
tests Address GCC 8.3 -O3 compilation warning 2019-06-11 10:18:58 +02:00
tools Make lib/dns/dnstap.pb-c.h private header 2019-03-22 12:07:31 +01:00
win32/BINDInstall Bump Windows minimum target environment to _WIN32_WINNT_WIN8/NTDDI_WIN8 values 2019-01-30 09:37:38 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00