bind9/lib/isc/include
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
..
isc Fix a condition in isc_dnsstream_assembler_incoming() 2023-08-24 11:59:57 +00:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00