2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

1243. [bug] It was possible to trigger a REQUIRE() in

dns_message_findtype(). [RT #2659]
This commit is contained in:
Mark Andrews 2002-04-03 02:44:57 +00:00
parent 2eeaed2812
commit d6fbfd28ea
2 changed files with 5 additions and 1 deletions

View File

@ -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]
1241. [bug] Drop received UDP messsages with a zero source port

View File

@ -15,7 +15,7 @@
* 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>
@ -3329,6 +3329,7 @@ check_related(void *arg, dns_name_t *addname, dns_rdatatype_t type) {
/*
* Do we have its SIG too?
*/
rdataset = NULL;
result = dns_message_findtype(name,
dns_rdatatype_sig,
type, &rdataset);