
4 Feb
2007
4 Feb
'07
10:57 p.m.
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