Description
When read byte by byte, BufferStreambuf.hh return int -1 when it encounters 0xff in the stream. This is being interpreted as end-of-stream elsewhere causing problem.
When read byte by byte, BufferStreambuf.hh return int -1 when it encounters 0xff in the stream. This is being interpreted as end-of-stream elsewhere causing problem.