smalot / pdfparser

PdfParser, a standalone PHP library, provides various tools to extract data from a PDF file.
GNU Lesser General Public License v3.0
2.37k stars 537 forks source link

LZW decode (infinie loop) #678

Open ElGigi opened 7 months ago

ElGigi commented 7 months ago

Hi,

I observe infinite loop on PDF whose use LZW decode function.

I can provide PDF files only on private channel. By what means and to whom can I send the documents?

Regards.

k00ni commented 7 months ago

I am not available to receive private PDF files. Maybe someone else wants to work on this in the future, so they might contact you about it.

But you could try to construct the problematic situation yourself. Try to work yourself backwards starting with the infinite loop. We need related class instances and called functions + parameters to reproduce the situation which triggers the problem.