| 95 | } |
| 96 | |
| 97 | static size_t cross_over_fail(void) |
| 98 | { |
| 99 | clean_tmpctx(); |
| 100 | return 0; |
| 101 | } |
| 102 | |
| 103 | /* A custom cross-over mutator that decodes the bech32 inputs before cross-over |
| 104 | * mutating them. Like LLVMFuzzerCustomMutator, this enables more efficient |
no test coverage detected