2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

4504. [security] Allow the maximum number of records in a zone to

be specified.  This provides a control for issues
                        raised in CVE-2016-6170. [RT #42143]
This commit is contained in:
Mark Andrews
2016-11-02 17:31:27 +11:00
parent 1b2e798976
commit 5f8412a4cb
35 changed files with 437 additions and 14 deletions

View File

@@ -1324,7 +1324,8 @@ static dns_dbmethods_t sdlzdb_methods = {
findext,
NULL, /* setcachestats */
NULL, /* hashsize */
NULL /* nodefullname */
NULL, /* nodefullname */
NULL /* getsize */
};
/*