openingd: don't leak messages from master.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-08-24 16:36:59 +09:30 committed by Christian Decker
parent ac488bc01d
commit 36e31cacf9
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ static void fail_if_all_error(const u8 *inner)
static u8 *handle_master_in(struct state *state)
{
u8 *msg = wire_sync_read(state, REQ_FD);
u8 *msg = wire_sync_read(tmpctx, REQ_FD);
enum opening_wire_type t = fromwire_peektype(msg);
u64 change_satoshis;
u32 change_keyindex;