cmark

My personal build of CMark ✏️

Commit
00557b43e2c64a194e08c3d6b03dc225bea7b123
Parent
9d3898848eab2e33487de2f12b08a5fc8b3bd62e
Author
John MacFarlane <jgm@berkeley.edu>
Date

Include string.h in cmark-fuzz.c.

Recommended by build log at https://oss-fuzz-build-logs.storage.googleapis.com/log-6a7500a1-8617-42c6-b8e4-78cab009b5b5.txt

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified test/cmark-fuzz.c 1 1 0
diff --git a/test/cmark-fuzz.c b/test/cmark-fuzz.c
@@ -1,5 +1,6 @@
 #include <stdint.h>
 #include <stdlib.h>
+#include <string.h>
 #include "cmark.h"
 
 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {