2938. [bug] When skipping NSEC3 records that don't match the

current NSEC3PARAM record in use for zone named
                        could dereference a uninitialised pointer attempting
                        to obtain a lock. [RT# 21868]
This commit is contained in:
Mark Andrews
2010-08-13 06:46:25 +00:00
parent ef0d20244d
commit c73d8c1b72
8 changed files with 105 additions and 30 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.30 2008/09/25 04:02:38 tbox Exp $ */
/* $Id: named.conf,v 1.31 2010/08/13 06:46:24 marka Exp $ */
// NS2
@@ -80,4 +80,10 @@ zone "child.optout.example" {
allow-update { none; };
};
zone "badparam" {
type master;
file "badparam.db.bad";
};
include "trusted.conf";