core-lightning/gossipd
Rusty Russell e63b7bb539 take: allocate temporary variables off NULL.
If we're going to simply take() a pointer, don't allocate it off a random
object.  Using NULL makes our intent clear, particularly with allocating
packets we're going to take() onto a queue.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-03-16 00:16:10 +00:00
..
test utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +00:00
broadcast.c gossipd: make struct queued_message private. 2018-03-14 02:19:37 +00:00
broadcast.h gossipd: make struct queued_message private. 2018-03-14 02:19:37 +00:00
gossip_wire.csv gossip: Pass output value to gossipd 2018-03-12 22:34:51 +00:00
gossip.c take: allocate temporary variables off NULL. 2018-03-16 00:16:10 +00:00
handshake.c status: remove trc context now we have tmpctx. 2018-03-16 00:16:10 +00:00
handshake.h ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
Makefile status: generate messages rather than marshal/unmarshal manually. 2018-02-08 19:07:12 +01:00
routing.c utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +00:00
routing.h utils: remove tal_tmpctx altogether, use global. 2018-03-16 00:16:10 +00:00