Re: [Boost-bugs] [Boost C++ Libraries] #8150: gzip_compressor produces corrupt data when used with filtering_ostream

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8150: gzip_compressor produces corrupt data when used with filtering_ostream
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-25 15:07:55


#8150: gzip_compressor produces corrupt data when used with filtering_ostream
----------------------------------------+-----------------------------------
  Reporter: matt@… | Owner: turkanis
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: iostreams
   Version: Boost 1.53.0 | Severity: Regression
Resolution: | Keywords:
----------------------------------------+-----------------------------------

Comment (by matt@…):

 Further investigation has revealed that this is a bug in libcxx, not
 boost. The fix is here:

 https://llvm.org/viewvc/llvm-
 project/libcxx/trunk/include/streambuf?annotate=165884

 basically, the 0xff in the data was incorrectly passed by libcxx through
 to indirect_streambuf::overflow, causing it to be interpreted as an EOF
 (and rejected).

 Please close this bug.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8150#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC