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:
parent
3a5cbb3c22
commit
5042f374bc
@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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
|
#ifndef DNS_NAME_H
|
||||||
#define DNS_NAME_H 1
|
#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.
|
* 'name' is a valid name.
|
||||||
*
|
*
|
||||||
* 'source' is a valid buffer with a current pointer before or at the
|
* 'source' is a valid buffer.
|
||||||
* same place as its used pointer.
|
|
||||||
*
|
*
|
||||||
* 'target' is a valid buffer or 'target' is NULL and 'name' has
|
* 'target' is a valid buffer or 'target' is NULL and 'name' has
|
||||||
* a dedicated buffer.
|
* a dedicated buffer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user