From 6097a45fec436eae6b94e01f0800d8c05d89f4b5 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 20 Jan 1999 02:40:45 +0000 Subject: [PATCH] note that active region must be set in dns_rdata_fromwire() --- lib/dns/include/dns/rdata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/include/dns/rdata.h b/lib/dns/include/dns/rdata.h index 6b81d9d7e1..9641c14fbd 100644 --- a/lib/dns/include/dns/rdata.h +++ b/lib/dns/include/dns/rdata.h @@ -193,7 +193,8 @@ dns_result_t dns_rdata_fromwire(dns_rdata_t *rdata, * * 'class' and 'type' are valid. * - * 'source' is a valid binary buffer. + * 'source' is a valid binary buffer, and the active region of 'source' + * references the rdata to be processed. * * 'target' is a valid binary buffer. *