/
niceSOFT
/
util-linux
Обзор
Документация
Войти
/
niceSOFT
/
util-linux
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/fuzz.h
13 строк
288 B
Karel Zak
include: add missing license lines
12 янв 2023, 17:33
12 янв 2023, 17:33
faeb1b6
Код
Авторство
О чём код?
/* * No copyright is claimed. This code is in the public domain; do with * it what you wish. */ #ifndef UTIL_LINUX_FUZZ_H #define UTIL_LINUX_FUZZ_H #include <stddef.h> #include <stdint.h> int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); #endif /* UTIL_LINUX_FUZZ_H */