Coverage Report

Created: 2025-06-13 06:08

/src/egif_target.cc
Line
Count
Source
1
#include <stdlib.h>
2
#include <stdint.h>
3
#include <string.h>
4
#include "egif_fuzz_common.h"
5
6
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size)
7
1.35k
{
8
1.35k
  return fuzz_egif(Data, Size);
9
1.35k
}