Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9751e88

Browse files
committed
Merge branch '8.17'
2 parents 6a45562 + 0b9ea3a commit 9751e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvips/foreign/tiffload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ vips_foreign_load_tiff_buffer_init(VipsForeignLoadTiffBuffer *buffer)
505505
* default, loaders are permissive, that is, [[email protected]].
506506
*
507507
* 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.
508+
* for decoding each input file to 50MB to prevent denial of service attacks.
509509
* Set @unlimited to remove this limit.
510510
*
511511
* Any ICC profile is read and attached to the VIPS image as

0 commit comments

Comments
 (0)