core-lightning/tests/fuzz
Rusty Russell edbaa944da lightningd: switch parsing to common/configvar
Now we wire in the code which gathers configvars and parses from there;
lightningd keeps the array of configuration variables for future use.

Note that lightning-cli also needs to read the config, but it has its
own options (including short ones!) and doesn't want to use this
configvar mechanism, so we have a different API for that now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-06-03 10:50:29 +09:30
..
corpora fuzz: new fuzz-bech32 seeds 2023-05-27 15:06:31 +09:30
check-fuzz.sh fuzz: add check-fuzz.sh 2023-04-09 12:41:27 +09:30
fuzz-addr.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-amount.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-base32-64.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-bech32.c fuzz: simplify fuzz-bech32.c 2023-05-27 15:06:31 +09:30
fuzz-bigsize.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-bip32.c fuzz: correct buffer length for bip32_key_version 2023-05-21 12:46:27 +02:00
fuzz-channel_id.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-close_tx.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-descriptor_checksum.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-hsm_encryption.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
fuzz-initial_channel.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
libfuzz.c fuzz: fix check-src/includes when fuzzing enabled. 2023-04-05 06:12:24 +09:30
libfuzz.h check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
Makefile lightningd: switch parsing to common/configvar 2023-06-03 10:50:29 +09:30
run.py fuzz: improve corpus merging 2023-04-09 12:41:27 +09:30