rgb-cln/ccan/ccan
Rusty Russell fed5a117e7 Update ccan/structeq.
structeq() is too dangerous: if a structure has padding, it can fail
silently.

The new ccan/structeq instead provides a macro to define foo_eq(),
which does the right thing in case of padding (which none of our
structures currently have anyway).

Upgrade ccan, and use it everywhere.  Except run-peer-wire.c, which
is only testing code and can use raw memcmp(): valgrind will tell us
if padding exists.

Interestingly, we still declared short_channel_id_eq, even though
we didn't define it any more!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-04 23:57:00 +02:00
..
alignof ccan: update. 2016-11-09 18:55:15 +10:30
array_size ccan: update. 2016-11-09 18:55:15 +10:30
asort ccan: update. 2016-11-09 18:55:15 +10:30
autodata ccan: update, new modules. 2017-01-04 13:16:47 +10:30
bitops ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
breakpoint ccan: update, new modules. 2017-01-04 13:16:47 +10:30
build_assert ccan: update. 2016-11-09 18:55:15 +10:30
cast ccan: update. 2016-11-09 18:55:15 +10:30
cdump ccan: update. 2016-11-09 18:55:15 +10:30
check_type ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
compiler ccan: update. 2016-11-09 18:55:15 +10:30
container_of ccan: update. 2016-11-09 18:55:15 +10:30
cppmagic ccan: update, new modules. 2017-01-04 13:16:47 +10:30
crc ccan: Add CRC library for gossip_store 2018-05-29 12:16:00 +00:00
crypto Update ccan/structeq. 2018-07-04 23:57:00 +02:00
daemonize ccan: import ccan/daemonize. 2018-02-16 13:02:41 +01:00
endian Fix build on linux-musl 2018-05-15 05:54:15 +00:00
err ccan: update. 2016-11-09 18:55:15 +10:30
fdpass ccan: update, new modules. 2017-01-04 13:16:47 +10:30
htable ccan: update. 2016-11-09 18:55:15 +10:30
ilog ccan: update. 2016-11-09 18:55:15 +10:30
intmap ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
io ccan: update so ccan/io doesn't exit when we get signals. 2018-02-07 00:46:49 +00:00
isaac ccan: update. 2016-11-09 18:55:15 +10:30
likely ccan: update. 2016-11-09 18:55:15 +10:30
list ccan: update. 2016-11-09 18:55:15 +10:30
mem ccan: update. 2016-11-09 18:55:15 +10:30
noerr ccan: update. 2016-11-09 18:55:15 +10:30
opt Fix build on linux-musl 2018-05-15 05:54:15 +00:00
order ccan: update. 2016-11-09 18:55:15 +10:30
pipecmd ccan: update. 2016-11-09 18:55:15 +10:30
ptr_valid ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
ptrint ccan: update. 2016-11-09 18:55:15 +10:30
rbuf ccan: update and import rbuf module. 2018-05-10 02:28:44 +00:00
read_write_all ccan: update. 2016-11-09 18:55:15 +10:30
short_types CCAN: update. 2015-09-25 11:51:18 +09:30
str ccan: import base32 module. 2018-05-10 02:28:44 +00:00
strmap ccan: update. 2016-11-09 18:55:15 +10:30
structeq Update ccan/structeq. 2018-07-04 23:57:00 +02:00
take ccan: update to get close option to io/fdpass. 2017-03-20 07:50:53 +10:30
tal ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
tcon ccan: update. 2016-11-09 18:55:15 +10:30
time ccan: update, new modules. 2017-01-04 13:16:47 +10:30
timer ccan: add UTF-8 module for checking alias fields. 2018-07-01 14:55:29 +02:00
typesafe_cb ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
utf8 ccan: add UTF-8 module for checking alias fields. 2018-07-01 14:55:29 +02:00