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:
@@ -1324,7 +1324,8 @@ static dns_dbmethods_t sdlzdb_methods = {
|
||||
findext,
|
||||
NULL, /* setcachestats */
|
||||
NULL, /* hashsize */
|
||||
NULL /* nodefullname */
|
||||
NULL, /* nodefullname */
|
||||
NULL /* getsize */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user