Re: [Podofo-users] Buffer overrun at PdfTokenizer::ReadString

2013-07-28 Thread zyx
Dne 16.7.2013 21:40, Dominik Seichter napsal(a): Thanks for pointing this out. Are you able to provide a patch for this? Is it enough to insert something like: outLen = PDF_MAX(outLen, 16) ? Hi, the attached patch makes it survive (PDF referenec says how to pad and enlarge the buffer), but

Re: [Podofo-users] Buffer overrun at PdfTokenizer::ReadString

2013-07-28 Thread Dominik Seichter
Hi, Thanks for your patch. I committed it to SVN. At least we do not crash now anymore. Thanks, Dominik On Sun, Jul 28, 2013 at 3:34 PM, zyx zy...@ymail.com wrote: Dne 16.7.2013 21:40, Dominik Seichter napsal(a): Thanks for pointing this out. Are you able to provide a patch for this? Is