File: fuzz.h

package info (click to toggle)
util-linux 2.38.1-5%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 71,528 kB
  • sloc: ansic: 147,413; sh: 17,602; yacc: 1,171; makefile: 563; xml: 389; python: 316; csh: 37; sed: 16; perl: 15
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#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 */