core-lightning/hsmd
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
..
capabilities.h hsm: Make the master simply a client with special capabilities 2017-12-03 17:06:13 +01:00
client.c tools/generate-wire.py: remove length argument from fromwire_ routines. 2018-02-20 22:36:21 +01:00
client.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
hsm_client_wire_csv hsm: Generate fully signed funding transaction in the HSM 2018-01-08 17:19:25 +01:00
hsm.c take: allocate temporary variables off NULL. 2018-03-16 00:16:10 +00:00
Makefile status: generate messages rather than marshal/unmarshal manually. 2018-02-08 19:07:12 +01:00