diff options
| author | 6eanut <jiakaiPeanut@gmail.com> | 2026-01-28 03:57:17 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2026-01-28 13:13:38 +0000 |
| commit | bb732b9882d4a11b56b97fcf41ce9625d82171c9 (patch) | |
| tree | 030bdffdb885cfa98f8e94bb887814cd6c70acc7 /executor/test_linux.h | |
| parent | 7ae915d6b6e1a4283131f8fc61818c88f3ab160e (diff) | |
executor, tools: rename SyzOS to SYZOS
Diffstat (limited to 'executor/test_linux.h')
| -rw-r--r-- | executor/test_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/test_linux.h b/executor/test_linux.h index 6d36d201e..aab3529b8 100644 --- a/executor/test_linux.h +++ b/executor/test_linux.h @@ -314,7 +314,7 @@ static int test_syzos() printf("mmap failed (%d)\n", errno); return 1; } - // Right now SyzOS testing just boils down to installing code into memory. + // Right now SYZOS testing just boils down to installing code into memory. install_syzos_code(mem, mem_size); munmap(mem, mem_size); return 0; |
