aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_kvm_amd64.h
diff options
context:
space:
mode:
author6eanut <jiakaiPeanut@gmail.com>2026-01-28 03:57:17 +0000
committerAlexander Potapenko <glider@google.com>2026-01-28 13:13:38 +0000
commitbb732b9882d4a11b56b97fcf41ce9625d82171c9 (patch)
tree030bdffdb885cfa98f8e94bb887814cd6c70acc7 /executor/common_kvm_amd64.h
parent7ae915d6b6e1a4283131f8fc61818c88f3ab160e (diff)
executor, tools: rename SyzOS to SYZOS
Diffstat (limited to 'executor/common_kvm_amd64.h')
-rw-r--r--executor/common_kvm_amd64.h2
1 files changed, 1 insertions, 1 deletions
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);
}