mirror of
https://github.com/nothings/stb
synced 2025-02-07 22:04:04 +03:00
do not define STBI_ONLY_PNG in fuzz target
This commit is contained in:
parent
4bafa56899
commit
b75413f8a4
@ -1,5 +1,5 @@
|
|||||||
#define STB_IMAGE_IMPLEMENTATION
|
#define STB_IMAGE_IMPLEMENTATION
|
||||||
#define STBI_ONLY_PNG
|
|
||||||
#include "../stb_image.h"
|
#include "../stb_image.h"
|
||||||
|
|
||||||
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user