Home
last modified time | relevance | path

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

/minix/lib/libtelnet/
H A Dsra.c77 #define XSMALL_LEN 513 macro
127 xuser = malloc(XSMALL_LEN); in sra_init()
129 xpass = malloc(XSMALL_LEN); in sra_init()
131 xpassprompt = malloc(XSMALL_LEN); in sra_init()
195 if (cnt > XSMALL_LEN - 1) /* Attempted buffer overflow */ in sra_is()
205 Data(ap, SRA_CONTINUE, xpassprompt, XSMALL_LEN - 1); in sra_is()
210 if (cnt > XSMALL_LEN - 1) /* Attempted buffer overflow */ in sra_is()
238 XSMALL_LEN - 1); in sra_is()
320 if (cnt > XSMALL_LEN - 1) { in sra_reply()