[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
Sat May 6 21:44:29 UTC 2017


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

--- Comment #10 from commit-hook at freebsd.org ---
A commit references this bug:

Author: dim
Date: Sat May  6 21:43:55 UTC 2017
New revision: 317888
URL: https://svnweb.freebsd.org/changeset/base/317888

Log:
  Pull in r302362 from upstream libc++ trunk (by me):

    Ensure showbase does not overflow do_put buffers

    Summary:
    In https://bugs.freebsd.org/207918, Daniel McRobb describes how using
    std::showbase with ostreams can cause truncation of unsigned long long
    when output format is octal.  In fact, this can even happen with
    unsigned int and unsigned long.

    To ensure this does not happen, add one additional character to the
    do_put buffers if std::showbase is on.  Also add a test case.

    Reviewers: EricWF, mclow.lists

    Reviewed By: EricWF

    Subscribers: cfe-commits, emaste

    Differential Revision: https://reviews.llvm.org/D32670

  PR:           207918
  MFC after:    3 days

Changes:
  head/contrib/libc++/include/locale

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-standards mailing list