I am using it to package up a signed, compress copy of a file to be downloaded from the internet.
The error:
zdeflate.cpp line 458: void CryptoPP::Deflator::ProcessBuffer(): Assertion 'm_stringStart <(m_blockStart+m_blockLength) <= 1'
Usage:
std::string outPath;
... // outpath set to the destination file
ZlibCompressor outFile(new FileSink(outPath.c_str(),true));
...// sbbCipherText filled with encrypted file data, throw if no data
outFile.PutMessageEnd(sbbCipherText.begin(),sbbCipherText.size());
// crash somewhere during this putIs this a known issue? Has anyone else had similar problems? What info would help track it down?
Michael Hunley
Senior Engineer
PocketPurchase, Inc.
