Loading 3party/libelfin/dwarf/cursor.cc +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ cursor::offset() void cursor::string(std::string &out) { size_t size; size_t size = 0; const char *p = this->cstr(&size); // out.resize(size); // memmove(&out.front(), p, size); Loading Loading
3party/libelfin/dwarf/cursor.cc +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ cursor::offset() void cursor::string(std::string &out) { size_t size; size_t size = 0; const char *p = this->cstr(&size); // out.resize(size); // memmove(&out.front(), p, size); Loading