rgb-cln/tests/fuzz
Rusty Russell 06a54606a3 check-includes: allow redundant "config.h"
We should actually be including this (as it may define _GNU_SOURCE
etc) before any system headers.  But where we include <assert.h> we
often didn't, because check-includes would complain that the headers
included it too.

Weaken that check, and include config.h in C files before assert.h.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-02-04 12:02:36 +10:30
..
Makefile tests/fuzz: add a fuzz target for hsm_encryption 2021-01-06 13:50:01 +01:00
fuzz-addr.c build: introduce a fuzzing mode 2020-10-21 19:34:39 +02:00
fuzz-amount.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-base32-64.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-bech32.c fuzz: add a target for common/bech32 2020-10-21 19:34:39 +02:00
fuzz-bigsize.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-bip32.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-channel_id.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-close_tx.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-descriptor_checksum.c fuzz: add a fuzz target for common/descriptor_checksum 2020-11-10 10:34:13 -06:00
fuzz-hsm_encryption.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
fuzz-initial_channel.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
libfuzz.c libfuzz: add a NULL-termination in to_string 2021-01-06 13:50:01 +01:00
libfuzz.h fuzz: add a 'to_string' function to libfuzz 2020-11-10 10:34:13 -06:00
run.py fuzz: add a runner Python script for fuzz targets 2020-10-21 19:34:39 +02:00