MB_CMDLINE_BUFLEN
if (len + 1 > MB_CMDLINE_BUFLEN)
if (mb_cmdline + len + 1 > (char *) MB_CMDLINE_BUF + MB_CMDLINE_BUFLEN)