Home
last modified time | relevance | path

Searched refs:maxbufp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c123 char *bufp, *maxbufp; in find_ucred_opt() local
155 maxbufp = bufp + abuf->len; in find_ucred_opt()
157 while (bufp + sizeof (struct T_opthdr) < maxbufp) { in find_ucred_opt()
165 if (opt->len > maxbufp - bufp || (opt->len & 3)) in find_ucred_opt()