Explorar el Código

do not define STBI_ONLY_PNG in fuzz target

Randy hace 5 años
padre
commit
b75413f8a4
Se han modificado 1 ficheros con 1 adiciones y 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)