mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-08 14:21:06 +00:00
commit
9081ac69cd
@ -318,6 +318,9 @@ Pl_DCT::decompress(void* cinfo_p, Buffer* b)
|
||||
// jpeg_start_decompress is called. During normal use of qpdf very large JPEGs can occasionally
|
||||
// occur legitimately and therefore must be allowed during normal operations.
|
||||
cinfo->mem->max_memory_to_use = 1'000'000'000;
|
||||
// For some corrupt files the memory used internally by libjpeg stays within the above limits
|
||||
// even though the size written to the next pipeline is significantly larger.
|
||||
m->corrupt_data_limit = 100'000'000;
|
||||
#endif
|
||||
jpeg_buffer_src(cinfo, b);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user