Fix a number of bugs in zbase32 and add a fuzzer which caught them.
authorMatt Corallo <git@bluematt.me>
Mon, 22 Mar 2021 16:19:28 +0000 (12:19 -0400)
committerSergi Delgado Segura <sergi.delgado.s@gmail.com>
Fri, 16 Apr 2021 05:35:03 +0000 (07:35 +0200)
commit7c9302f6a788e9676d4804e84e5d7af5e3696997
treea1cd87065034ec13c6363d8859b0cdc5ada27e6d
parent6f7a2bcdd1d057592fac25c11a1aa5ce46bf3b42
Fix a number of bugs in zbase32 and add a fuzzer which caught them.
fuzz/src/bin/gen_target.sh
fuzz/src/bin/zbase32_target.rs [new file with mode: 0644]
fuzz/src/lib.rs
fuzz/src/zbase32.rs [new file with mode: 0644]
fuzz/targets.h
lightning/src/util/zbase32.rs