mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 05:52:52 -04:00
1243. [bug] It was possible to trigger a REQUIRE() in
dns_message_findtype(). [RT #2659]
This commit is contained in:
parent
2eeaed2812
commit
d6fbfd28ea
2 changed files with 5 additions and 1 deletions
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]
|
||||
|
||||
1241. [bug] Drop received UDP messsages with a zero source port
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue