From bb732b9882d4a11b56b97fcf41ce9625d82171c9 Mon Sep 17 00:00:00 2001 From: 6eanut Date: Wed, 28 Jan 2026 03:57:17 +0000 Subject: executor, tools: rename SyzOS to SYZOS --- executor/common_kvm_amd64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_kvm_amd64.h') diff --git a/executor/common_kvm_amd64.h b/executor/common_kvm_amd64.h index a181e302e..ba3ef27e0 100644 --- a/executor/common_kvm_amd64.h +++ b/executor/common_kvm_amd64.h @@ -1155,7 +1155,7 @@ static void install_syzos_code(void* host_mem, size_t mem_size) { size_t size = (char*)&__stop_guest - (char*)&__start_guest; if (size > mem_size) - fail("SyzOS size exceeds guest memory"); + fail("SYZOS size exceeds guest memory"); memcpy(host_mem, &__start_guest, size); } -- cgit mrf-deployment