Files
bind9/lib/isc/include/isc
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
..
2023-03-10 17:31:28 +01:00
2023-03-10 17:31:28 +01:00
2023-04-03 12:08:05 +01:00
2023-02-16 18:35:32 +01:00
2023-04-25 08:16:46 +02:00
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +01:00
2023-03-10 17:31:28 +01:00
2023-03-10 17:31:28 +01:00
2023-06-15 15:32:04 +02:00
2023-07-17 14:50:25 +02:00
2023-03-10 17:31:28 +01:00
2023-03-31 13:33:16 +02:00
2023-02-15 16:44:09 +00:00
2023-04-12 14:10:37 +02:00