Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libfetch/
HDcommon.c797 const char *hdot, *mdot1, *mdot2; in fetch_ssl_hname_match() local
819 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match()
820 if (mdot2 == NULL || (mlen - (mdot2 - m)) < 2) in fetch_ssl_hname_match()