Explorar o código

do not define STBI_ONLY_PNG in fuzz target

Randy %!s(int64=5) %!d(string=hai) anos
pai
achega
b75413f8a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/stb_png_read_fuzzer.c

+ 1 - 1
tests/stb_png_read_fuzzer.c

@@ -1,5 +1,5 @@
 #define STB_IMAGE_IMPLEMENTATION
-#define STBI_ONLY_PNG
+
 #include "../stb_image.h"
 
 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)