[PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow

Ben Craig via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 11:10:03 PDT 2016


bcraig added a subscriber: bcraig.
bcraig added a comment.

I don't believe this is a libcxx bug, but it is a bug in the test code.  oss.str(); isn't required to return a null terminated string.  std::cout << (char *) requires a null terminated string though.


http://reviews.llvm.org/D20334





More information about the cfe-commits mailing list