diff --git a/lib/lwres/man/lwres_context.3 b/lib/lwres/man/lwres_context.3 index e7a908c026..d55c14fef6 100644 --- a/lib/lwres/man/lwres_context.3 +++ b/lib/lwres/man/lwres_context.3 @@ -143,10 +143,6 @@ allocates \fIlen\fR bytes of memory and if successful returns a pointer to the allocated storage. -\fBlwres_context_allocmem()\fR -checks that -\fIlen\fR -must be greater than 0. \fBlwres_context_freemem()\fR frees \fIlen\fR diff --git a/lib/lwres/man/lwres_context.html b/lib/lwres/man/lwres_context.html index b9e2b69390..377125c434 100644 --- a/lib/lwres/man/lwres_context.html +++ b/lib/lwres/man/lwres_context.html @@ -364,18 +364,6 @@ bytes of memory and if successful returns a pointer to the allocated storage. lwres_context_allocmem() -checks that -len -must be greater than 0. -lwres_context_freemem() frees @@ -434,7 +422,7 @@ CLASS="PARAMETER" >
the name does not exist
the name exists, but does not have data of the desired type
memory could not be allocated
a parameter is invalid
other failure
Both functions have assertion checks to ensure that -b and pkt are not -NULL.
b. It checks that -addr is not null. The buffer's current pointer +>. The buffer's current pointer b->current*structp. -lwres_getaddrsbyname() checks that its pointer -arguments are not NULL and that -addrtypes is non-zero.
.*structp. Like -lwres_getaddrsbyname(), -lwres_getnamebyaddr() uses assertion checking to -ensure its pointer arguments are not NULL and -addrtype is not zero. -lwres_getaddrsbyname() also checks that -addrlen is non-zero.
.