bind9/lib
Michał Kępień a452798af4 Convert add_quota() to a function
cppcheck 2.2 reports the following false positive:

    lib/isc/tests/quota_test.c:71:21: error: Array 'quotas[101]' accessed at index 110, which is out of bounds. [arrayIndexOutOfBounds]
     isc_quota_t *quotas[110];
                        ^

The above is not even an array access, so this report is obviously
caused by a cppcheck bug.  Yet, it seems to be triggered by the presence
of the add_quota() macro, which should really be a function.  Convert
the add_quota() macro to a function in order to make the code cleaner
and to prevent the above cppcheck 2.2 false positive from being
triggered.

(cherry picked from commit ea54a932d2)
2020-11-25 13:21:58 +01:00
..
bind9 Warn if 'stale-refresh-time' < 30 (default) 2020-11-11 16:00:22 -03:00
dns Silence cppcheck 2.2 false positive in udp_recv() 2020-11-25 13:21:58 +01:00
irs update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
isc Convert add_quota() to a function 2020-11-25 13:21:58 +01:00
isccc update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
isccfg Add stale-refresh-time option 2020-11-11 15:59:56 -03:00
ns Fix DNAME when QTYPE is CNAME or ANY 2020-11-19 10:52:29 +11:00
samples The dns_message_create() cannot fail, change the return to void 2020-09-30 14:26:26 +02:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00