Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
bf00f50c
Commit
bf00f50c
authored
Dec 12, 2000
by
Brian Wellington
Browse files
609. [bug] getrrsetbyname() would crash lwresd if the server
found more SIGs than answers. [RT
#554
]
parent
b74896ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
bf00f50c
609. [bug] getrrsetbyname() would crash lwresd if the server
found more SIGs than answers. [RT #554]
608. [func] dnssec-signzone now adds a comment to the zone
with the time the file was signed.
...
...
bin/named/lwdgrbn.c
View file @
bf00f50c
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lwdgrbn.c,v 1.
3
2000/12/1
1 23:09:38 marka
Exp $ */
/* $Id: lwdgrbn.c,v 1.
4
2000/12/1
2 07:25:04 bwelling
Exp $ */
#include
<config.h>
...
...
@@ -167,7 +167,7 @@ lookup_done(isc_task_t *task, isc_event_t *event) {
result
==
ISC_R_SUCCESS
;
result
=
dns_rdataset_next
(
sigrdataset
))
{
INSIST
(
i
<
grbn
->
n
rdata
s
);
INSIST
(
i
<
grbn
->
n
sig
s
);
dns_rdataset_current
(
sigrdataset
,
&
rdata
);
dns_rdata_toregion
(
&
rdata
,
&
r
);
grbn
->
sigs
[
i
]
=
r
.
base
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment