bind9/lib
Evan Hunt 13333db69f compression buffer was not reused correctly
when the compression buffer was reused for multiple statistics
requests, responses could grow beyond the correct size. this was
because the buffer was not cleared before reuse; compressed data
was still written to the beginning of the buffer, but then the size
of used region was increased by the amount written, rather than set
to the amount written. this caused responses to grow larger and
larger, potentially reading past the end of the allocated buffer.

(cherry picked from commit 47e9fa981e)
2022-09-08 11:40:18 +02:00
..
bind9 dnssec-policy now requires inline-signing 2022-09-06 09:02:59 +02:00
dns Bound the amount of work performed for delegations 2022-09-08 11:11:30 +02:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
isc compression buffer was not reused correctly 2022-09-08 11:40:18 +02:00
isccc Update clang to version 14 2022-06-16 18:09:33 +02:00
isccfg Silence negative array index warning with toupper 2022-08-19 12:31:04 +10:00
ns Fix RRL responses-per-second bypass using wildcard names 2022-09-08 09:36:50 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00