Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6a45562 + 0b9ea3a commit 9751e88Copy full SHA for 9751e88
libvips/foreign/tiffload.c
@@ -505,7 +505,7 @@ vips_foreign_load_tiff_buffer_init(VipsForeignLoadTiffBuffer *buffer)
505
* default, loaders are permissive, that is, [[email protected]].
506
*
507
* When using libtiff 4.7.0+, the TIFF loader will limit memory allocation
508
- * for tag processing to 20MB to prevent denial of service attacks.
+ * for decoding each input file to 50MB to prevent denial of service attacks.
509
* Set @unlimited to remove this limit.
510
511
* Any ICC profile is read and attached to the VIPS image as
0 commit comments