[Podofo-users] Patches for hangs and access violations

2014-04-01 Thread Mark Rogers
Hi Here are three patches which fix a number of problems seen with PDF documents in the wild: PdfPagesTree-1.patch Fixes an access violation in PdfPagesTree::GetPageNode when the Kids array is missing PdfPagesTree-2.patch fixes an infinite loop in PdfPagesTree::GetPageNodeFromArray when the

Re: [Podofo-users] Patches for hangs and access violations

2014-04-01 Thread zyx
On Tue, 2014-04-01 at 06:59 -0500, Mark Rogers wrote: Here are three patches which fix a number of problems seen with PDF documents in the wild: Hello, thanks for the patches. PdfPagesTree-1.patch I committed it together with the third patch as r1588. PdfPagesTree-2.patch