Home
last modified time | relevance | path

Searched refs:eomorig (Results 1 – 1 of 1) sorted by last modified time

/original-bsd/lib/libc/net/
H A Dres_comp.c48 dn_expand(msg, eomorig, comp_dn, exp_dn, length) in dn_expand() argument
49 const u_char *msg, *eomorig, *comp_dn; in dn_expand()
85 if (cp >= eomorig) /* out of range */
94 if (cp < msg || cp >= eomorig) /* out of range */
102 if (checked >= eomorig - msg)