MS_CHAP_RESPONSE_LEN
BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN);
cstate->resp_length = MS_CHAP_RESPONSE_LEN;
if (response_len < MS_CHAP_RESPONSE_LEN || cstate->chal_len < 8)
if (response[MS_CHAP_RESPONSE_LEN-1]) {
cstate.response[MS_CHAP_RESPONSE_LEN-1] = '\0';