We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12635f0 commit c61b888Copy full SHA for c61b888
tests/spng_write_fuzzer.c
@@ -71,7 +71,7 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
71
state.data = NULL;
72
state.bytes_left = SIZE_MAX;
73
74
- spng_set_option(ctx, SPNG_IMG_COMPRESSION_LEVEL, 0);
+ spng_set_option(ctx, SPNG_IMG_COMPRESSION_LEVEL, 1);
75
76
if(stream) ret = spng_set_png_stream(ctx, stream_write_fn, &state);
77
else ret = spng_set_option(ctx, SPNG_ENCODE_TO_BUFFER, 1);
0 commit comments