summaryrefslogtreecommitdiff
path: root/grc/core/FlowGraph.py
diff options
context:
space:
mode:
authorMarcus Müller <marcus@hostalia.de>2017-06-24 23:30:42 +0200
committerMarcus Müller <marcus@hostalia.de>2017-06-24 23:30:42 +0200
commita16ed67b5dae099c6ac1447c000f15765b13422f (patch)
tree3e9047b87b9a64720745057a089b24a518f4b2d4 /grc/core/FlowGraph.py
parentb57a37f7c676542f08a27d3f141f4d9ed2ab1132 (diff)
Fixed storing references to temporary values in RPC infrastructure
The RPC aggregator and friends were taking callback objects passed by value, and then internally called, again by value, constructors which initialized reference fields to these parameters. This has the effect of storing references to temporary objects. Chances are, no-one is using that code, or compiler UB saved our collective behinds. In any case, we might need to more carefully dissect the RPC code. There be dragons.
Diffstat (limited to 'grc/core/FlowGraph.py')
0 files changed, 0 insertions, 0 deletions