Previously disk corruption would cause an assert instead of an exception.
This has not been extensively reviewed.
Previously disk corruption would cause an assert instead of an exception.
This has not been extensively reviewed.
Previously disk corruption would cause an assert instead of an exception.
Concept ACK.
How do the call-sites of this function cope with this exception? I suppose this is only used in reindexing?
CDataStream::ignore -> CScriptCompressor::Unserialize -> CTxOutCompressor::SerializationOp
CCoins::GetSerializeSize,Serialize,Unserialize CTxInUndo::GetSerializeSize,Serialize,Unserialize
Still working on what calls those...