String str;str.append("1234567"); str.append('8'); std::string exprString = str.c_ptr(); //越界读