[Bug 207918] C++ ostream operator << broken for unsigned long long when using showbase with octal format

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 13 06:57:14 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207918

--- Comment #3 from Daniel McRobb <dwmcrobb at me.com> ---
Comment on attachment 168073
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=168073
patch for contrib/libc++/include/locale

The issue I see is that __nbuf was too small by 1, causing snprintf_l() to
truncate the output.  My fix isn't pretty but appears to address the issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list