mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
2772. [security] When validating, track whether pending data was from
the additional section or not and only return it if validates as secure. [RT #20438]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: masterdump.c,v 1.98 2009/09/01 00:22:26 jinmei Exp $ */
|
||||
/* $Id: masterdump.c,v 1.99 2009/11/17 23:55:18 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -837,7 +837,8 @@ dump_order_compare(const void *a, const void *b) {
|
||||
|
||||
static const char *trustnames[] = {
|
||||
"none",
|
||||
"pending",
|
||||
"pending-additional",
|
||||
"pending-answer",
|
||||
"additional",
|
||||
"glue",
|
||||
"answer",
|
||||
|
Reference in New Issue
Block a user