mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
1243. [bug] It was possible to trigger a REQUIRE() in
dns_message_findtype(). [RT #2659]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
1243. [bug] It was possible to trigger a REQUIRE() in
|
||||||
|
dns_message_findtype(). [RT #2659]
|
||||||
|
|
||||||
1242. [bug] named-checkzone failed if a journal existed. [RT #2657]
|
1242. [bug] named-checkzone failed if a journal existed. [RT #2657]
|
||||||
|
|
||||||
1241. [bug] Drop received UDP messsages with a zero source port
|
1241. [bug] Drop received UDP messsages with a zero source port
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: resolver.c,v 1.240 2002/02/20 03:34:20 marka Exp $ */
|
/* $Id: resolver.c,v 1.241 2002/04/03 02:44:57 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -3329,6 +3329,7 @@ check_related(void *arg, dns_name_t *addname, dns_rdatatype_t type) {
|
|||||||
/*
|
/*
|
||||||
* Do we have its SIG too?
|
* Do we have its SIG too?
|
||||||
*/
|
*/
|
||||||
|
rdataset = NULL;
|
||||||
result = dns_message_findtype(name,
|
result = dns_message_findtype(name,
|
||||||
dns_rdatatype_sig,
|
dns_rdatatype_sig,
|
||||||
type, &rdataset);
|
type, &rdataset);
|
||||||
|
Reference in New Issue
Block a user