From d2874a7b9557ed555992ebf0c6a9bdb732276c51 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 27 May 2024 10:24:20 +0800 Subject: [PATCH] Fix a typo in the blog post --- ...oducing-llm-based-harness-synthesis-for-unfuzzed-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md b/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md index 9bb73124b624..206759753bc2 100644 --- a/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md +++ b/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md @@ -228,7 +228,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { Example 3, Simpleson harness ([PR](https://github.com/gregjesl/simpleson/pull/40)) ```c -nclude +#include #include #include #include