From 77a96366ba851a422cb9817ac1c511c3d137c101 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 18 Jul 2018 14:36:24 -0400 Subject: [PATCH] Shorten channelmonitor_deserialize_target's name for AFL --- fuzz/Cargo.toml | 4 ++-- ...lmonitor_deserialize_target.rs => chanmon_deser_target.rs} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename fuzz/fuzz_targets/{channelmonitor_deserialize_target.rs => chanmon_deser_target.rs} (100%) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 8e2d76ce4..ac5373b7b 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -43,8 +43,8 @@ name = "full_stack_target" path = "fuzz_targets/full_stack_target.rs" [[bin]] -name = "channelmonitor_deserialize_target" -path = "fuzz_targets/channelmonitor_deserialize_target.rs" +name = "chanmon_deser_target" +path = "fuzz_targets/chanmon_deser_target.rs" # message fuzz targets [[bin]] diff --git a/fuzz/fuzz_targets/channelmonitor_deserialize_target.rs b/fuzz/fuzz_targets/chanmon_deser_target.rs similarity index 100% rename from fuzz/fuzz_targets/channelmonitor_deserialize_target.rs rename to fuzz/fuzz_targets/chanmon_deser_target.rs -- 2.39.5