Files
palladum-lightning/connectd
Rusty Russell 4e6bac6d36 connectd: fix double-free crash on connection timeout.
tmpctx may not get cleaned immediately, so the timeout (a child of
the struct early_peer at this point) can still outlast the conn.
Do the clearer thing, and explicitly free the timeout.

Changelog-Fixed: connectd: crash on erroneous timeout.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-10-14 16:36:58 +01:00
..
2024-07-10 13:34:00 +02:00
2024-07-10 13:34:00 +02:00
2024-02-04 09:24:44 +10:30