$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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