bind9/lib
Aram Sargsyan a33dc921dc Fix a condition in isc_dnsstream_assembler_incoming()
Before calling isc_buffer_putmem(), there is a condition to check
that 'buf_size' is greater than 0. At this point 'buf_size' is
guaranteed to be greater than zero, so either the condition is
redundant, or 'unprocessed_size' should be checked instead, which
seems more logical, because calling isc_buffer_putmem() with
'unprocessed_size' being zero is not useful, although harmless.
2023-08-24 11:59:57 +00:00
..
dns Refactor cleanup code in the qp-trie for the forwarders table 2023-08-23 15:49:17 +02:00
isc Fix a condition in isc_dnsstream_assembler_incoming() 2023-08-24 11:59:57 +00:00
isccc Apply the SET_IF_NOT_NULL() semantic patch 2023-08-15 12:21:41 +02:00
isccfg Apply the SET_IF_NOT_NULL() semantic patch 2023-08-15 12:21:41 +02:00
ns prevent query_coveringnsec() from running twice 2023-08-21 12:22:47 -07:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00