Browse Source

do not define STBI_ONLY_PNG in fuzz target

Randy 5 năm trước cách đây
mục cha
commit
b75413f8a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)