[poppler] poppler/CairoOutputDev.cc

2015-09-16 Thread Carlos Garcia Campos
poppler/CairoOutputDev.cc | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit 2a48cab5e66a69ed1bf3e792efc109ddcad8d5ee Author: Jason Crain Date: Tue Sep 15 14:43:21 2015 -0500 cairo: Use mask for even-odd fill Bug #84527

[poppler] poppler/SplashOutputDev.cc

2015-09-16 Thread Albert Astals Cid
poppler/SplashOutputDev.cc |7 +++ 1 file changed, 7 insertions(+) New commits: commit a98f99e90aac703e648697da5c897c49645eda10 Author: Kenji Uno Date: Wed Sep 16 22:08:59 2015 +0200 SplashOuputDev: Protect calls to set/getAA with the proper #if guards

Re: [poppler] [PATCH] Catalog::getNumPages(): validate page count

2015-09-16 Thread William Bader
> > I don't know of a good way to validate the page> > count. Even going > > through the page tree might be hard to do right without> > leading to an > > infinite loop, in addition to being slow.> > Catalog::cachePageTree goes > > over the tree, but i agree doing that to calculate the num of

Re: [poppler] [PATCH] Catalog::getNumPages(): validate page count

2015-09-16 Thread Jason Crain
On Wed, Sep 16, 2015 at 09:05:58PM -0400, William Bader wrote: > > > I don't know of a good way to validate the page count. Even > > > going through the page tree might be hard to do right without > > > leading to an infinite loop, in addition to being slow. > > > > Catalog::cachePageTree goes