You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a bug in the FormatBuf implementation in ostream.h. operator<< defined here in ostream.h is quite greedy and gets picked up for a (const) std::string.
I'm quite sure that this is incorrect: it sets the end pointer past the buffer when invoked here with size() > 0. But I don't have the time right now to investigate that further.
I wrote this test case, but it fails:
I'm getting this stack trace:
The text was updated successfully, but these errors were encountered: