std::getline(std::istream&, std::string&) is defined in <string>, there's no need to allocate and manage your own buffer in this case.
I'll second the post above in doubting that this is really seg-faulting in getline due to allocation issues, Have you tried stepping through the code with a...