MAXSIZE 349 dmtcpplugin.cpp char env_buf[MAXSIZE] = {0}; // All "name=val" strings must be shorter than this. MAXSIZE 359 dmtcpplugin.cpp memset(env_buf, 0, MAXSIZE); MAXSIZE 361 dmtcpplugin.cpp int count = Util::readLine(env_fd, env_buf, MAXSIZE);