HomePhabricator

Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
ddb709e9de14Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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.

Details

Provenance
Luke Dashjr <luke-jr+git@utopios.org>Authored on Sep 1 2012, 22:07
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGc3f95ef13f48: Choose reasonable "smart" times to display for transactions
Branches
Unknown
Tags
Unknown

Event Timeline

Luke Dashjr <luke-jr+git@utopios.org> committed rSTAGINGddb709e9de14: Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list (authored by Luke Dashjr <luke-jr+git@utopios.org>).Sep 2 2012, 08:02