diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-08-02 15:14:44 +1000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-08-02 16:10:25 +1000 |
commit | 159bc4819304c4394a92230c9e7b9f3416abe877 (patch) | |
tree | 98515232dcc38c2d019597289bfbd601045760b8 /src/netbase.h | |
parent | 8f6f92c72bc560ecf8d12fc7235a3e2222d7c033 (diff) |
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/netbase.h')
0 files changed, 0 insertions, 0 deletions