core-lightning/gossipd/test
Rusty Russell 7e022b522c gossipd: don't try to handle padding inside fromwire_ipaddr.
It makes it impossible to embed an ipaddr in another structure, since we
always try to skip over any zeroes, which may swallow a following field.

Do the skip specially for the case where we're parsing routing messages:
we never use padding for our own internal messages anyway.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-10-24 16:12:22 +02:00
..
.gitignore gossipd: fix routing issue. 2017-09-03 02:01:54 +02:00
Makefile gossipd: fix routing issue. 2017-09-03 02:01:54 +02:00
run-find_route-specific.c gossipd: don't try to handle padding inside fromwire_ipaddr. 2017-10-24 16:12:22 +02:00
run-find_route.c gossipd: don't try to handle padding inside fromwire_ipaddr. 2017-10-24 16:12:22 +02:00
run-initiator-success.c gossipd: include ccan/io version of handshake code, with tests. 2017-10-20 18:31:32 +02:00
run-responder-success.c gossipd: include ccan/io version of handshake code, with tests. 2017-10-20 18:31:32 +02:00