diff options
| author | Luke Dashjr <[email protected]> | 2012-09-01 22:07:47 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-09-02 08:02:46 +0000 |
| commit | ddb709e9de1490afcfa1af045517d2228d5b864c (patch) | |
| tree | 46a8f68d95e38d527729e2b7da7976dad8654921 /src/sync.cpp | |
| parent | Choose reasonable "smart" times to display for transactions (diff) | |
| download | discoin-ddb709e9de1490afcfa1af045517d2228d5b864c.tar.xz discoin-ddb709e9de1490afcfa1af045517d2228d5b864c.zip | |
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
OrderedTxItems returns a multimap of pointers, but needs a place to store the actual CAccountingEntries it points to.
It had been using a stack item, which was clobbered as soon as it returned, resulting in undefined behaviour.
This fixes at least bug #1768.
Diffstat (limited to 'src/sync.cpp')
0 files changed, 0 insertions, 0 deletions