MAX_INIT_ENVS
const char *envp_init[MAX_INIT_ENVS+2] = { "HOME=/", "TERM=linux", NULL, };
if (i == MAX_INIT_ENVS) {