We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c11511 commit 11706daCopy full SHA for 11706da
examples/example.c
@@ -35,7 +35,7 @@ int main(int argc, char **argv)
35
spng_set_crc_action(ctx, SPNG_CRC_USE, SPNG_CRC_USE);
36
37
/* Set memory usage limits for storing standard and unknown chunks,
38
- this is important when reading arbitrary files! */
+ this is important when reading untrusted files! */
39
size_t limit = 1024 * 1024 * 64;
40
spng_set_chunk_limits(ctx, limit, limit);
41
0 commit comments