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 c9451ca commit 54bd4c3Copy full SHA for 54bd4c3
docs/decode.md
@@ -141,7 +141,7 @@ To decode untrusted files safely it is required to at least:
141
* Use `spng_decoded_image_size()` to calculate the output image size
142
and check it against a constant limit.
143
144
-* Set a chunk size and chunk cache limit with `spng_set_chunks_limits()`
+* Set a chunk size and chunk cache limit with `spng_set_chunk_limits()`
145
to control memory usage and avoid DoS from decompression bombs.
146
147
0 commit comments