rgb-cln/lightningd
niftynei 282ab72e2d tests: valgrind barfing on uninitialized value
------------------------------- Valgrind errors --------------------------------
Valgrind error file: valgrind-errors.493330
==493330== Conditional jump or move depends on uninitialised value(s)
==493330==    at 0x154051: opt_add_addr_withtype (options.c:275)
==493330==    by 0x154406: opt_add_announce_addr (options.c:302)
==493330==    by 0x2696E6: parse_one (parse.c:121)
==493330==    by 0x25CFB5: opt_parse (opt.c:228)
==493330==    by 0x155DB6: handle_opts (options.c:1413)
==493330==    by 0x127317: main (lightningd.c:994)
==493330==
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:opt_add_addr_withtype
   fun:opt_add_announce_addr
   fun:parse_one
   fun:opt_parse
   fun:handle_opts
   fun:main
}
--------------------------------------------------------------------------------
Leaving base_dir /tmp/ltests-iyf2dw3n intact, it still has test sub-directories with failure details: ['test_announce_dns_without_port_1']
====================================== short test summary info ======================================
ERROR tests/test_gossip.py::test_announce_dns_without_port - ValueError:
2022-07-26 15:11:30 -07:00
..
test lightningd: test that hsm_secret is as expected, at startup. 2022-07-20 19:28:33 +09:30
.gitignore
Makefile lightningd/json.h: remove. 2022-07-15 12:24:00 -05:00
bitcoind.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
bitcoind.h
chaintopology.c lightningd/json.h: remove. 2022-07-15 12:24:00 -05:00
chaintopology.h lightningd/json.h: remove. 2022-07-15 12:24:00 -05:00
channel.c lightningd: reintroduce "slow connect" logic. 2022-07-18 20:50:04 -05:00
channel.h lightningd: drive all reconnections out of disconnections. 2022-07-18 20:50:04 -05:00
channel_control.c lightningd: drive all reconnections out of disconnections. 2022-07-18 20:50:04 -05:00
channel_control.h lightningd: hand fds to connectd, not receive them from connectd. 2022-07-18 20:50:04 -05:00
channel_state.h
closing_control.c lightningd: drive all reconnections out of disconnections. 2022-07-18 20:50:04 -05:00
closing_control.h
coin_mvts.c balance_snapshot: don't count unconfirmed utxos 2022-03-05 15:12:12 +10:30
coin_mvts.h
connect_control.c tests: flake fix; l1 was waiting too long to reconnect 2022-07-25 16:28:09 +09:30
connect_control.h tests: flake fix; l1 was waiting too long to reconnect 2022-07-25 16:28:09 +09:30
datastore.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
dual_open_control.c lightningd: drive all reconnections out of disconnections. 2022-07-18 20:50:04 -05:00
dual_open_control.h lightningd: hand fds to connectd, not receive them from connectd. 2022-07-18 20:50:04 -05:00
feerate.c lightningd/json.h: remove. 2022-07-15 12:24:00 -05:00
feerate.h lightningd/json.h: remove. 2022-07-15 12:24:00 -05:00
gossip_control.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
gossip_control.h
hsm_control.c lightningd: expand exit codes for various failures. 2022-07-20 19:28:33 +09:30
hsm_control.h
htlc_end.c lightningd: fix overzealous check in htlc_out_check: 2022-04-20 16:30:05 +09:30
htlc_end.h
htlc_set.c
htlc_set.h
invoice.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
jsonrpc.c common/json_stream: make json_add_jsonstr take a length. 2022-07-17 08:51:02 +09:30
jsonrpc.h common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
lightningd.c tests: flake fix; l1 was waiting too long to reconnect 2022-07-25 16:28:09 +09:30
lightningd.h tests: flake fix; l1 was waiting too long to reconnect 2022-07-25 16:28:09 +09:30
log.c lightningd: fix fatal() log message in log. 2022-07-25 08:11:09 -07:00
log.h options: let log-level subsystem filter also cover nodeid. 2022-07-09 09:59:52 +09:30
log_status.c
log_status.h
memdump.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
memdump.h lightningd: simplify memleak code. 2022-03-10 09:40:09 +10:30
notification.c common/json_stream.c: provide explicit json_add_primitive_fmt and json_add_str_fmt routines. 2022-07-15 12:24:00 -05:00
notification.h lightningd: add "style" to listforwards. 2022-03-31 19:38:05 +10:30
offer.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
onchain_control.c lightningd: Add RPC for populating DB with stub channels and set an error on reconnecting 2022-07-14 12:24:48 -05:00
onchain_control.h
onion_message.c lightningd/json.h: remove. 2022-07-15 12:24:00 -05:00
onion_message.h
opening_common.c lightningd: don't explicitly tell connectd to disconnect, have it do it on sending error/warning. 2022-07-18 20:50:04 -05:00
opening_common.h lightningd: set cid correctly in peer->uncommitted_channel. 2022-07-18 20:50:04 -05:00
opening_control.c lightningd: drive all reconnections out of disconnections. 2022-07-18 20:50:04 -05:00
opening_control.h connectd: hold peer until we're interested. 2022-03-23 13:20:12 +10:30
options.c tests: valgrind barfing on uninitialized value 2022-07-26 15:11:30 -07:00
options.h
pay.c lightningd/json.h: remove. 2022-07-15 12:24:00 -05:00
pay.h
peer_control.c lightningd: reintroduce "slow connect" logic. 2022-07-18 20:50:04 -05:00
peer_control.h lightningd: reintroduce "slow connect" logic. 2022-07-18 20:50:04 -05:00
peer_fd.c
peer_fd.h
peer_htlcs.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
peer_htlcs.h lightningd: extra sanity checks and rescue attempts for missing HTLCs. 2022-03-31 13:40:27 +10:30
ping.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
plugin.c lightningd: ignore default if it's a literal 'null' JSON token. 2022-07-26 09:33:40 -07:00
plugin.h
plugin_control.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
plugin_control.h
plugin_hook.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
plugin_hook.h
routehint.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
routehint.h
signmessage.c rpc: improve error format 2022-07-19 17:55:31 +02:00
subd.c options: let log-level subsystem filter also cover nodeid. 2022-07-09 09:59:52 +09:30
subd.h subd: make channel/peer own the subd. 2022-03-30 06:27:52 +10:30
watch.c
watch.h