diff options
| author | Gavin Andresen <[email protected]> | 2013-08-02 15:14:44 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-08-02 16:10:25 +1000 |
| commit | 159bc4819304c4394a92230c9e7b9f3416abe877 (patch) | |
| tree | 98515232dcc38c2d019597289bfbd601045760b8 /src/script.cpp | |
| parent | Revert "Truncate oversize 'tx' messages before relaying/storing." (diff) | |
| download | discoin-159bc4819304c4394a92230c9e7b9f3416abe877.tar.xz discoin-159bc4819304c4394a92230c9e7b9f3416abe877.zip | |
Simplify storage of orphan transactions
Orphan transactions were stored as a CDataStream pointer;
this changes the mapOrphanTransactions data structures to
store orphans as a CTransaction.
This also fixes CVE-2013-4627 by always re-serializing
transactions before relaying them.
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions