Commit Graph

1 Commits

Author SHA1 Message Date
Petr Menšík
fcee29f568 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.

Vulnerability: CVE-2024-11187
Resolves: RHEL-76884
2025-03-13 15:30:25 +01:00