File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
tests/fuzz/seq_prod_fuzz_example Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Yann Collet, Meta Platforms, Inc.
3- * All rights reserved.
4- *
5- * This source code is licensed under both the BSD-style license (found in the
6- * LICENSE file in the root directory of this source tree) and the GPLv2 (found
7- * in the COPYING file in the root directory of this source tree).
8- * You may select, at your option, one of the above-listed licenses.
9- */
1+ # Copyright (c) Yann Collet, Meta Platforms, Inc.
2+ # All rights reserved.
3+ #
4+ # This source code is licensed under both the BSD-style license (found in the
5+ # LICENSE file in the root directory of this source tree) and the GPLv2 (found
6+ # in the COPYING file in the root directory of this source tree).
7+ # You may select, at your option, one of the above-listed licenses.
108
119CC = clang
1210CFLAGS = -g -fno-omit-frame-pointer -fsanitize=undefined,address,fuzzer -I../ -I../../../lib/
You can’t perform that action at this time.
0 commit comments