Compare commits

...

3 Commits

Author SHA1 Message Date
Mark Andrews
1c3f932921 9.1.1-P1 2002-06-01 02:19:20 +00:00
Mark Andrews
c947afef41 pullup:
1243.   [bug]           It was possible to trigger a REQUIRE() in
                        dns_message_findtype(). [RT #2659]
2002-06-01 02:13:16 +00:00
cvs2git
54e635dc58 This commit was manufactured by cvs2git to create branch 'v9_1_1_patch'. 2001-03-28 19:08:12 +00:00
3 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
--- 9.1.1-P1 released ---
1243. [bug] It was possible to trigger a REQUIRE() in
dns_message_findtype(). [RT #2659]
--- 9.1.1 released ---
--- 9.1.1rc7 released ---

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: resolver.c,v 1.187.2.9 2001/03/20 23:49:36 bwelling Exp $ */
/* $Id: resolver.c,v 1.187.2.9.4.1 2002/06/01 02:13:13 marka Exp $ */
#include <config.h>
@@ -3212,6 +3212,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);

View File

@@ -1,4 +1,4 @@
# $Id: version,v 1.18.4.13 2001/03/28 19:08:09 gson Exp $
# $Id: version,v 1.18.4.13.4.1 2002/06/01 02:19:20 marka Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
@@ -6,5 +6,5 @@
MAJORVER=9
MINORVER=1
PATCHVER=1
RELEASETYPE=
RELEASEVER=
RELEASETYPE=-P
RELEASEVER=1