Commit Graph

1 Commits

Author SHA1 Message Date
Petr Menšík
2e48ec71f0 Limit the additional processing for large RDATA sets
When answering queries, don't add data to the additional section if
the answer has more than 13 names in the RDATA.  This limits the
number of lookups into the database(s) during a single client query,
reducing query processing load.

Also, don't append any additional data to type=ANY queries. The
answer to ANY is already big enough.

Fix vulnerability test backport

Vulnerability: CVE-2024-11187
Resolves: RHEL-77103
2025-02-15 01:34:49 +01:00