1
0
의 미러 https://git.tukaani.org/xz.git synced 2025-05-11 16:56:46 +00:00

Add SPDX license identifiers to files under tests/ossfuzz

(cherry picked from commit 9ae2ebc1e504a1814b0788de95fb5c58c0328dde)
This commit is contained in:
Lasse Collin 2024-04-29 17:16:38 +03:00
부모 1aa92c7ffd
커밋 15358be94a
6개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD
FUZZ_TARGET_SRCS = $(wildcard *.c)
FUZZ_TARGET_BINS = $(FUZZ_TARGET_SRCS:.c=)

파일 보기

@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD
[libfuzzer]
max_len = 4096
dict = fuzz_lzma.dict

파일 보기

@ -1,2 +1,4 @@
# SPDX-License-Identifier: 0BSD
[libfuzzer]
dict = fuzz_xz.dict

파일 보기

@ -1,2 +1,4 @@
# SPDX-License-Identifier: 0BSD
[libfuzzer]
max_len = 4096

파일 보기

@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD
# first 5 header bytes of .lzma archives based on the info from
# /doc/lzma-file-format.txt

파일 보기

@ -1,2 +1,4 @@
# SPDX-License-Identifier: 0BSD
"\xFD7zXZ\x00"
"YZ"