mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
bug in dns_nsec_typepresent() - 19112
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
2523. [bug] Random type rdata freed by dns_nsec_typepresent().
|
||||
[RT #19112]
|
||||
|
||||
2522. [placeholder]
|
||||
|
||||
2521. [bug] Improve epoll cross compilation support. [RT #19047]
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: nsec.c,v 1.11 2008/09/25 04:02:38 tbox Exp $ */
|
||||
/* $Id: nsec.c,v 1.12 2009/01/06 09:06:02 fdupont Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -220,7 +220,7 @@ dns_nsec_typepresent(dns_rdata_t *nsec, dns_rdatatype_t type) {
|
||||
type % 256));
|
||||
break;
|
||||
}
|
||||
dns_rdata_freestruct(&nsec);
|
||||
dns_rdata_freestruct(&nsecstruct);
|
||||
return (present);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user