rgb-cln/wire/test
practicalswift 7b80e5b66c Avoid undefined behaviour in eq_var(p1, p2, field)
memcmp((p1)->field, (p2)->field, ...) results in undefined behaviour
if (p1)->field or (p2)->field is NULL. This holds also when
tal_count((p1)->field) * sizeof(*(p1)->field) == 0.
2018-01-08 09:38:25 +00:00
..
.gitignore wire: generate marshal/unmarshal from spec. 2016-12-01 13:50:02 +10:30
Makefile test: fix dependencies. 2017-11-22 19:40:46 +01:00
run-peer-wire.c Avoid undefined behaviour in eq_var(p1, p2, field) 2018-01-08 09:38:25 +00:00