summaryrefslogtreecommitdiff
path: root/core/host/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/main.c')
-rw-r--r--core/host/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/host/main.c b/core/host/main.c
index fa92b996c5..45cfbfdfb4 100644
--- a/core/host/main.c
+++ b/core/host/main.c
@@ -85,7 +85,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
* We lose the program name as LLVM fuzzer takes over main function:
* make up one.
*/
- static const char *name = "ec-fuzz";
+ static const char *name = STRINGIFY(PROJECT)".exe";
if (!initialized) {
__prog_name = name;