Skip to content

Commit 49350df

Browse files
committed
fuzz: break a test
Temporary commit to test CI.
1 parent 4e76a1f commit 49350df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/fuzz/fuzz-addr.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "config.h"
22

3+
#include <assert.h>
34
#include <common/addr.h>
45
#include <common/setup.h>
56
#include <common/utils.h>
@@ -17,5 +18,7 @@ void run(const uint8_t *data, size_t size)
1718

1819
encode_scriptpubkey_to_addr(tmpctx, chainparams, script_pubkey);
1920

21+
assert(0);
22+
2023
clean_tmpctx();
2124
}

0 commit comments

Comments
 (0)