Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A Dmisc.c525 int bufoverflow; in copyzonefile() local
546 bufoverflow = 0; in copyzonefile()
550 if ( !bufoverflow && !multi_line_dnskey && (*p == '@' || isspace (*p)) ) /* check if DNSKEY RR */ in copyzonefile()
591 if ( bufoverflow ) in copyzonefile()
605 bufoverflow = buf[len-1] != '\n'; /* line too long ? */ in copyzonefile()