We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298f5df commit b8d4578Copy full SHA for b8d4578
fuzzers/config_file_fuzzer.c
@@ -1,3 +1,12 @@
1
+/*
2
+ * libgit2 config file parser fuzz target.
3
+ *
4
+ * Copyright (C) the libgit2 contributors. All rights reserved.
5
6
+ * This file is part of libgit2, distributed under the GNU GPL v2 with
7
+ * a Linking Exception. For full terms see the included COPYING file.
8
+ */
9
+
10
#include <git2.h>
11
12
#include <stdlib.h>
0 commit comments