At this point in time the temp array is already destroyed and you have a dangling pointer ... char* temp = (char*)malloc(tmp_buffer.length);
確定! 回上一頁