[poppler] poppler/GfxState.cc

2018-05-28 Thread Albert Astals Cid
poppler/GfxState.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 10a3dc2a9c92349e498ea36bb342b821dcfc9d76 Author: Albert Astals Cid Date: Mon May 28 17:44:34 2018 +0200 GfxState.cc: Fix undefined behaviour when compBits is 31

[poppler] fofi/FoFiType1.cc

2018-05-28 Thread Albert Astals Cid
fofi/FoFiType1.cc |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit b8cf8b04cbd1c0c5643cc77ed7b0b60525ecf080 Author: Albert Astals Cid Date: Mon May 28 23:51:32 2018 +0200 FoFiType1::parse: Don't copy to buf more than the available file fixes

[poppler] poppler/Gfx.cc

2018-05-28 Thread Albert Astals Cid
poppler/Gfx.cc |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit bb25c0d46f1f0e037805f0c6dde07f3ea9c9320c Author: Albert Astals Cid Date: Tue May 29 00:55:28 2018 +0200 Gfx::doRadialShFill: Initialize colorA, colorB and colorC fixes oss-fuzz/8587

[poppler] poppler/JBIG2Stream.cc

2018-05-28 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e35fdb1448b7860d697b9c2ec8bda49c7a8a3ae5 Author: Albert Astals Cid Date: Tue May 29 00:59:22 2018 +0200 JBIG2Stream::readTextRegion: Initialize ds fixes oss-fuzz/8594 diff --git

[poppler] poppler/GfxState.cc

2018-05-28 Thread Albert Astals Cid
poppler/GfxState.cc |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit a76c8fbd50a3a5cbe0487158e9d2b325e596d2c6 Author: Albert Astals Cid Date: Tue May 29 01:01:26 2018 +0200 GfxSeparationColorSpace::getRGB: ensure color2 doesn't have uninit values