Browse Source
It currently points into freed memory once we've make_commit_txs; we don't currently dereference it after that, but I did in some test code and got a surprise. Make a copy in all cases where we set it, so there can't be lifetime problems. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>ppa-0.6.1
Rusty Russell
9 years ago
2 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue