bind9/bin/tests/system/dlzexternal
Witold Kręcicki 44e6bb8b93 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:191: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:191:25: note: directive argument in the range [0, 65535]
      snprintf(buffer, size, "%s#%u", addr_buf, port);
                             ^~~~~~~
    driver.c:191: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.
2019-06-11 10:18:23 +02:00
..
ns1 test the use of the view ACL in DLZ 2019-03-11 14:27:13 +11:00
clean.sh update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
driver.c Address GCC 8.3 -O3 compilation warning 2019-06-11 10:18:23 +02:00
driver.h Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
Makefile.in Make OpenSSL mandatory 2018-07-19 12:47:03 -04:00
prereq.sh Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
setup.sh Call clean.sh from all relevant setup.sh scripts 2019-02-28 12:34:10 +01:00
tests.sh test the use of the view ACL in DLZ 2019-03-11 14:27:13 +11:00