2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

a valid buffer has the current pointer before or at the

used pointer by definition; there is no need to require that explicitly
This commit is contained in:
Andreas Gustafsson 2001-01-22 18:21:45 +00:00
parent 3a5cbb3c22
commit 5042f374bc

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: name.h,v 1.88 2001/01/22 03:30:27 bwelling Exp $ */
/* $Id: name.h,v 1.89 2001/01/22 18:21:45 gson Exp $ */
#ifndef DNS_NAME_H
#define DNS_NAME_H 1
@ -830,8 +830,7 @@ dns_name_fromtext(dns_name_t *name, isc_buffer_t *source,
*
* 'name' is a valid name.
*
* 'source' is a valid buffer with a current pointer before or at the
* same place as its used pointer.
* 'source' is a valid buffer.
*
* 'target' is a valid buffer or 'target' is NULL and 'name' has
* a dedicated buffer.