mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
cryptopkt: don't leak negotiation state.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
319eef266d
commit
e0368cc82d
@ -633,7 +633,7 @@ struct io_plan *peer_crypto_setup_(struct io_conn *conn,
|
||||
BUILD_ASSERT(sizeof(struct crypto_pkt) == 20);
|
||||
|
||||
/* We store negotiation state here. */
|
||||
neg = tal(dstate, struct key_negotiate);
|
||||
neg = tal(conn, struct key_negotiate);
|
||||
neg->cb = cb;
|
||||
neg->arg = arg;
|
||||
neg->dstate = dstate;
|
||||
|
Loading…
Reference in New Issue
Block a user