Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: avoid buffer overflow in bech32 target
If the fuzzer passes an empty data buffer, the fuzz target currently attempts to read from it. We should short-circuit instead.
- Loading branch information