|
Boost : |
From: Walter (walterw_at_[hidden])
Date: 2007-02-04 17:57:52
I've encountered a bug with a simple fix.
I'm using multiple filters with iostreams.
When writing to a file, bzip2 is first and some other filters follow.
When reading from a file, if one of the other filters throws an exception,
BZ2_bzDecompressEnd is called. BZ2_bzDecompressInit was not called. The
call to BZ2_bzDecompressEnd causes a crash.
Walter
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk