Skip to content

Commit 11706da

Browse files
committed
example.c: arbitrary -> untrusted
1 parent 0c11511 commit 11706da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int main(int argc, char **argv)
3535
spng_set_crc_action(ctx, SPNG_CRC_USE, SPNG_CRC_USE);
3636

3737
/* Set memory usage limits for storing standard and unknown chunks,
38-
this is important when reading arbitrary files! */
38+
this is important when reading untrusted files! */
3939
size_t limit = 1024 * 1024 * 64;
4040
spng_set_chunk_limits(ctx, limit, limit);
4141

0 commit comments

Comments
 (0)