Browse Source
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.0.8
Luke Dashjr
12 years ago
3 changed files with 12 additions and 6 deletions
Loading…
Reference in new issue