[poppler] poppler/JBIG2Stream.cc

2022-09-06 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit 756ab7a061f505722a92efdeb61765311d00e313 Author: Albert Astals Cid Date: Thu Jul 21 19:41:22 2022 +0200 JBIG2Stream::readPatternDictSeg: Protect against some overflow diff

[poppler] poppler/JBIG2Stream.cc

2022-08-24 Thread GitLab Mirror
poppler/JBIG2Stream.cc |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 27354e9d9696ee2bc063910a6c9a6b27c5184a52 Author: Albert Astals Cid Date: Thu Aug 25 00:14:22 2022 +0200 JBIG2Stream: Fix crash on broken file

[poppler] poppler/JBIG2Stream.cc

2022-08-19 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) New commits: commit 03c7bbd6216cbfac257243b59453084f5f52e354 Author: Albert Astals Cid Date: Fri Aug 19 18:52:11 2022 +0200 JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak diff --git

[poppler] poppler/JBIG2Stream.cc

2022-07-29 Thread GitLab Mirror
poppler/JBIG2Stream.cc |4 1 file changed, 4 insertions(+) New commits: commit cb1f2a685461b60e05d503165d05ea6c557ff277 Author: Albert Astals Cid Date: Fri Jul 29 20:59:28 2022 +0200 JBIG2Stream: Fix crash on broken files oss-fuzz/49406 diff --git

[poppler] poppler/JBIG2Stream.cc

2022-05-08 Thread GitLab Mirror
poppler/JBIG2Stream.cc |3 +++ 1 file changed, 3 insertions(+) New commits: commit 27672cc02a6dd07849bf83a298597e083831ec49 Author: Albert Astals Cid Date: Wed May 4 23:25:49 2022 +0200 JBIGStream: Fix unint memory read on broken files oss-fuzz/47224 diff --git

[poppler] poppler/JBIG2Stream.cc

2021-10-26 Thread GitLab Mirror
poppler/JBIG2Stream.cc |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit f18e9f9f1eb562e4bbc23c413c522996696e90df Author: Albert Astals Cid Date: Tue Oct 26 22:28:26 2021 +0200 Fix crash in malformed files diff --git a/poppler/JBIG2Stream.cc

[poppler] poppler/JBIG2Stream.cc

2021-08-25 Thread GitLab Mirror
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c92e079ea2954abc6b7005a802ea464ccfae9581 Author: Albert Astals Cid Date: Thu Aug 26 01:10:26 2021 +0200 Update (C) diff --git a/poppler/JBIG2Stream.cc b/poppler/JBIG2Stream.cc index

[poppler] poppler/JBIG2Stream.cc

2021-08-22 Thread GitLab Mirror
, unsigned int, unsigned int*, unsigned int) gdal/poppler/poppler/JBIG2Stream.cc:1650:37 6 0xc20e607 in JBIG2Stream::readSegments() gdal/poppler/poppler/JBIG2Stream.cc:1331:18 7 0xc20d72f in JBIG2Stream::reset() gdal/poppler/poppler/JBIG2Stream.cc:1171:5 ``` diff --git a/poppler

[poppler] poppler/JBIG2Stream.cc

2021-08-21 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 26 +- 1 file changed, 5 insertions(+), 21 deletions(-) New commits: commit dd507d1a460470298b749802285fce216226f417 Author: Albert Astals Cid Date: Sat Aug 21 11:38:11 2021 +0200 Revert 73a236b23de3c0337bed0f89cb713c7831e2ad05

[poppler] poppler/JBIG2Stream.cc

2021-08-20 Thread GitLab Mirror
, unsigned int, unsigned int*, unsigned int) gdal/poppler/poppler/JBIG2Stream.cc:1650:37 6 0xc20e607 in JBIG2Stream::readSegments() gdal/poppler/poppler/JBIG2Stream.cc:1331:18 7 0xc20d72f in JBIG2Stream::reset() gdal/poppler/poppler/JBIG2Stream.cc:1171:5 ``` diff --git a/poppler

[poppler] poppler/JBIG2Stream.cc

2021-07-05 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) New commits: commit f2a6c6fe06ba2279f8509c56a11d649f02d1500c Author: Albert Astals Cid Date: Sun Jul 4 22:02:08 2021 +0200 JBIG2Stream: Fix regression caused by

[poppler] poppler/JBIG2Stream.cc

2021-07-02 Thread GitLab Mirror
poppler/JBIG2Stream.cc |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 2b2808719d2c91283ae358381391bb0b37d9061d Author: Oliver Sander Date: Thu Jul 1 21:35:38 2021 +0200 JBIG2Stream: Do not abort if size-0 allocations returns nullptr The

[poppler] poppler/JBIG2Stream.cc

2021-02-20 Thread GitLab Mirror
poppler/JBIG2Stream.cc |1 + 1 file changed, 1 insertion(+) New commits: commit 5161fa6f1ff9f7d2c19b5326aed6ad2858c30476 Author: Albert Astals Cid Date: Sat Feb 20 22:30:14 2021 +0100 Fix memory leak in broken file in JBIG2Stream::readGenericBitmap It could happen that

[poppler] poppler/JBIG2Stream.cc

2021-01-06 Thread GitLab Mirror
poppler/JBIG2Stream.cc |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 04035f915627a7e470a5509bccffedefb845d786 Author: Albert Astals Cid Date: Thu Jan 7 00:09:26 2021 +0100 JBIG2Stream: Protect against yet another potential overflow

[poppler] poppler/JBIG2Stream.cc

2021-01-04 Thread GitLab Mirror
poppler/JBIG2Stream.cc |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 9bb28091b64c1b19dcdccb63d50593abc15f627a Author: Albert Astals Cid Date: Mon Jan 4 23:24:36 2021 +0100 JBIG2Stream::readSymbolDictSeg: Return early if one of the bitmaps is null

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h

2021-01-03 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 125 ++--- poppler/JBIG2Stream.h | 18 +++ 2 files changed, 56 insertions(+), 87 deletions(-) New commits: commit 8f599d8caf35911f168fd9dbc99a68dc1ac12a1c Author: Oliver Sander Date: Sun Jan 3 08:56:17 2021 +0100

[poppler] poppler/JBIG2Stream.cc

2021-01-02 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 67 - 1 file changed, 28 insertions(+), 39 deletions(-) New commits: commit cc947b5de9fb83d602bd62d74fd691e3581bc47a Author: Oliver Sander Date: Sat Jan 2 12:21:34 2021 +0100 JBIG2Stream: Don't allocate codeTables

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h poppler/Stream.cc poppler/Stream.h

2021-01-01 Thread GitLab Mirror
poppler/JBIG2Stream.cc |2 +- poppler/JBIG2Stream.h |2 +- poppler/Stream.cc |2 +- poppler/Stream.h |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 65c8152e0935dda215901a479abd8d5165aa0239 Author: Albert Astals Cid Date: Fri Jan 1

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h poppler/Stream.cc poppler/Stream.h

2021-01-01 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 83 + poppler/JBIG2Stream.h |1 poppler/Stream.cc | 19 +++ poppler/Stream.h |5 ++ 4 files changed, 68 insertions(+), 40 deletions(-) New commits: commit

[poppler] poppler/JBIG2Stream.cc

2020-12-30 Thread GitLab Mirror
poppler/JBIG2Stream.cc |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 3cb5d2531fd63bf136b016462c627ad45919a7ca Author: Oliver Sander Date: Wed Dec 30 07:08:52 2020 +0100 Fix regression in JBIG2Stream.cc The recent commit

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h

2020-12-29 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 50 + poppler/JBIG2Stream.h |4 +-- 2 files changed, 24 insertions(+), 30 deletions(-) New commits: commit 216ae4f058d2652f1795c7f840014cc69ee06408 Author: Oliver Sander Date: Mon Dec 21 18:18:51 2020 +0100

[poppler] poppler/JBIG2Stream.cc

2020-12-27 Thread GitLab Mirror
poppler/JBIG2Stream.cc |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 3fb0f4bdff02ccd178ba9fd58c449001c8b5c0ea Author: Albert Astals Cid Date: Sun Dec 27 19:41:15 2020 +0100 Fix integer overflow with broken files oss-fuzz/29020 diff --git

[poppler] poppler/JBIG2Stream.cc

2020-12-19 Thread GitLab Mirror
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e1f562582db4ed902989e23f7a02645a51da8e88 Author: Albert Astals Cid Date: Sat Dec 19 19:06:01 2020 +0100 Update (C) diff --git a/poppler/JBIG2Stream.cc b/poppler/JBIG2Stream.cc index

[poppler] poppler/JBIG2Stream.cc

2020-12-19 Thread GitLab Mirror
poppler/JBIG2Stream.cc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 009fab09ae7ec188b4ead67b006ac11d0f518b08 Author: Oliver Sander Date: Sat Dec 19 10:10:04 2020 +0100 JBIG2Reader: Handle segment type 51 ('end of file') Imported from

[poppler] poppler/JBIG2Stream.cc

2020-12-19 Thread GitLab Mirror
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6ec2556be99a908e4be7f775bafdb8e3b4cbd886 Author: Oliver Sander Date: Sat Dec 19 09:55:08 2020 +0100 JBIG2Reader: Fix binary constant When comparing the file JBIG2Reader.cc with

[poppler] poppler/JBIG2Stream.cc

2020-12-17 Thread GitLab Mirror
poppler/JBIG2Stream.cc |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit c38694aed09336232757316321d2fa84c5f2bf57 Author: Albert Astals Cid Date: Thu Dec 17 19:36:05 2020 +0100 Fix integer overflow on broken files oss-fuzz/28749 diff --git

[poppler] poppler/JBIG2Stream.cc

2020-11-18 Thread GitLab Mirror
poppler/JBIG2Stream.cc |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 15960417f2fef7e8b94acda712e65e9b5383494c Author: Albert Astals Cid Date: Wed Nov 18 20:14:37 2020 +0100 JBIG2Stream::readTextRegion: Fix integer overflow on broken files diff --git

[poppler] poppler/JBIG2Stream.cc

2020-11-16 Thread GitLab Mirror
poppler/JBIG2Stream.cc |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 5a65db3d992eeb8a4cd4b2531f3c59ad25940487 Author: Albert Astals Cid Date: Mon Nov 16 19:49:54 2020 +0100 JBIG2Stream::readCodeTableSeg: More overflow protection in broken files diff

[poppler] poppler/JBIG2Stream.cc

2020-11-15 Thread GitLab Mirror
poppler/JBIG2Stream.cc |4 1 file changed, 4 insertions(+) New commits: commit bf6909d2d9dc82d3014ce7659469c8e1cc37694c Author: Albert Astals Cid Date: Sun Nov 15 21:51:25 2020 +0100 JBIG2Stream::readSymbolDictSeg: Return early if one of the bitmaps is null Doesn't seem

[poppler] poppler/JBIG2Stream.cc

2020-11-15 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) New commits: commit d0493e210b5cfa82228debc4c0ad7f405ee3acb8 Author: Albert Astals Cid Date: Sun Nov 15 12:43:30 2020 +0100 JBIG2Stream::readTextRegion: Make bitmap an unique_ptr

[poppler] poppler/JBIG2Stream.cc

2020-11-15 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 257 - 1 file changed, 129 insertions(+), 128 deletions(-) New commits: commit 95a4ee50304666f299890daa41fdb40ac8e38384 Author: Albert Astals Cid Date: Sun Nov 15 12:37:03 2020 +0100 Remove #if that was confusing

[poppler] poppler/JBIG2Stream.cc

2020-11-11 Thread GitLab Mirror
poppler/JBIG2Stream.cc |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 388f1bc081bbd612c318ec9cf241911f0271f772 Author: Albert Astals Cid Date: Wed Nov 11 19:49:52 2020 +0100 JBIG2Stream::readTextRegion: Prevent integer overflow on broken files

[poppler] poppler/JBIG2Stream.cc

2020-09-01 Thread GitLab Mirror
poppler/JBIG2Stream.cc |1 + 1 file changed, 1 insertion(+) New commits: commit b82d0e17fb8d26f87a51d79046364d141187bd61 Author: Albert Astals Cid Date: Tue Sep 1 22:45:32 2020 +0200 Fix memory leak introduced in 9e853438c5e9d56c07141220f2b30d7215ee9278 Thankfully coverity

[poppler] poppler/JBIG2Stream.cc

2019-12-03 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) New commits: commit 36bc1703a7252f3c6f0a6059cd99419152b60a6f Author: Albert Astals Cid Date: Tue Dec 3 23:38:36 2019 +0100 Fix calling a function on a null pointer It wasn't

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h

2019-12-01 Thread GitLab Mirror
poppler/JBIG2Stream.cc |1 + poppler/JBIG2Stream.h |1 + 2 files changed, 2 insertions(+) New commits: commit 2ad55c01e03a3fdb287dae73dbd37849498fa329 Author: Albert Astals Cid Date: Sun Dec 1 22:42:24 2019 +0100 Update (C) of last commit diff --git a/poppler/JBIG2Stream.cc

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h

2019-12-01 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 16 +++- poppler/JBIG2Stream.h |2 ++ 2 files changed, 13 insertions(+), 5 deletions(-) New commits: commit f401ad7a29b95a39db0c2333b2c8f3573374140b Author: Even Rouault Date: Sun Dec 1 19:15:49 2019 + JBIG2Stream: fix leak in reset() if

[poppler] poppler/JBIG2Stream.cc

2019-11-07 Thread GitLab Mirror
poppler/JBIG2Stream.cc |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 8b4a2891d9e4ca8ac835527cc7d114ab08e89ea7 Author: Albert Astals Cid Date: Fri Nov 8 00:43:05 2019 +0100 Fix uninitialized memory use in JBIG2Stream::readTextRegionSeg When the

[poppler] poppler/JBIG2Stream.cc

2019-04-17 Thread GitLab Mirror
poppler/JBIG2Stream.cc |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit d1223ff2890a028834d1bdccb8984dc58575eda1 Author: LE GARREC Vincent Date: Wed Apr 17 08:17:47 2019 + ofz-8552: Overflow JBIG2Stream::readTextRegion And fix endless loop.

[poppler] poppler/JBIG2Stream.cc

2019-01-28 Thread GitLab Mirror
poppler/JBIG2Stream.cc |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 3cc40be2c545b833d518994d9e459376e6858cb1 Author: Albert Astals Cid Date: Mon Jan 28 22:02:52 2019 +0100 JBIG2Stream: Free huffTab if buildTable fails diff --git

[poppler] poppler/JBIG2Stream.cc

2019-01-27 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 41 + 1 file changed, 29 insertions(+), 12 deletions(-) New commits: commit c3577325de5b9d59539c2413dcc66283df062ffa Author: LE GARREC Vincent Date: Sun Jan 27 10:19:10 2019 + ofz-8725: Undefined-shift in

[poppler] poppler/JBIG2Stream.cc

2019-01-26 Thread GitLab Mirror
poppler/JBIG2Stream.cc |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit ef64a69b84ad066559a0f25d5c5af96af38b9dd1 Author: Vincent Le Garrec Date: Sat Jan 26 09:53:38 2019 +0100 ofz-8798: Undefined-shift in JBIG2MMRDecoder::get2DCode

[poppler] poppler/JBIG2Stream.cc

2018-12-27 Thread GitLab Mirror
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 653d743771ed778e46be8c14cccf4fb7e2205b74 Author: Albert Astals Cid Date: Thu Dec 27 17:53:53 2018 +0100 JBIG2Stream: Fix uninitialized memory read on broken files fixes

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h poppler/Stream.cc

2018-11-14 Thread GitLab Mirror
poppler/JBIG2Stream.cc |6 +++--- poppler/JBIG2Stream.h |2 +- poppler/Stream.cc |5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) New commits: commit f846c9a2ccdd975ead3b8287cbac0064841ef360 Author: Albert Astals Cid Date: Wed Nov 14 15:26:47 2018 +0100

[poppler] poppler/JBIG2Stream.cc

2018-08-31 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) New commits: commit 55e2b746e6bd3e495c30fe7e5154ec2c956d3faa Author: Adam Reichold Date: Fri Aug 31 19:17:59 2018 +0200 Check for allocation failure during processing of JBIG2 streams.

[poppler] poppler/JBIG2Stream.cc

2018-08-30 Thread GitLab Mirror
poppler/JBIG2Stream.cc | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) New commits: commit ad107bbb8e4d8eb1a23e530d040d5b11bb8ff859 Author: Albert Astals Cid Date: Thu Aug 30 18:28:50 2018 +0200 JBIG2Bitmap: Fix overflow check Fixes oss-fuzz/10113 diff

[poppler] poppler/JBIG2Stream.cc

2018-06-05 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |1 + 1 file changed, 1 insertion(+) New commits: commit 599e28433268ceaa933cf2a2492c81da4418e207 Author: Albert Astals Cid Date: Tue Jun 5 20:11:19 2018 +0200 JBIG2Stream::readSymbolDictSeg: Fix potential uninitialized memory read fixes oss-fuzz/8748

[poppler] poppler/JBIG2Stream.cc

2018-06-05 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2c629fefe2b2b1e2663521beeac432c808afe7c7 Author: Albert Astals Cid Date: Tue Jun 5 19:56:53 2018 +0200 JBIG2Stream::readSymbolDictSeg: Initialize dh fixes oss-fuzz/8751 diff

[poppler] poppler/JBIG2Stream.cc

2018-06-04 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0053966d3ec5b5c4eb6480417b2c8a8ccd910964 Author: Albert Astals Cid Date: Mon Jun 4 20:38:41 2018 +0200 JBIG2Stream::readSymbolDictSeg: Initialize refDX fixes oss-fuzz/8696 diff

[poppler] poppler/JBIG2Stream.cc

2018-05-30 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 450a8a54e080b5bb80533b1777b3b670bea1f27a Author: Albert Astals Cid Date: Wed May 30 09:09:12 2018 +0200 JBIG2Stream::readSymbolDictSeg: Initialize refDY fixes oss-fuzz/8621 diff

[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/JBIG2Stream.cc

2018-05-27 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 96e7bc19ffcaf46d4cb69660ed040c09d46815d6 Author: Albert Astals Cid Date: Sun May 27 09:42:24 2018 +0200 JBIG2Stream::readTextRegion: Initialize a few variables

[poppler] poppler/JBIG2Stream.cc

2018-05-24 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |2 ++ 1 file changed, 2 insertions(+) New commits: commit f279778fe0aca610cdecb70d0a714bbaa08b0d22 Author: Albert Astals Cid Date: Thu May 24 13:06:00 2018 +0200 JBIG2Stream::readSymbolDictSeg: Fix potential uninitialized memory use

[poppler] poppler/JBIG2Stream.cc

2018-05-23 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |1 + 1 file changed, 1 insertion(+) New commits: commit 76820f5ab932a9ed18913bc7d1a452ddf060c133 Author: Albert Astals Cid Date: Thu May 24 01:12:07 2018 +0200 JBIG2Stream::readPageInfoSeg: Fix memory leak on malformed documents fixes

[poppler] poppler/JBIG2Stream.cc

2017-09-10 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 325887ebef8ea1c6ef9d3607a59d95ffea383986 Author: Albert Astals Cid Date: Sun Sep 10 17:41:47 2017 +0200 Make JBIG2Stream::readGenericBitmap return cleanly on error

[poppler] poppler/JBIG2Stream.cc

2017-06-20 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |8 1 file changed, 8 insertions(+) New commits: commit e44f79b3f7dc44ecb1d88346ed3f0d1b0412f4ab Author: Albert Astals Cid Date: Tue Jun 20 23:51:16 2017 +0200 Fix crash in broken documents Fixes bug #101525 diff --git

[poppler] poppler/JBIG2Stream.cc

2017-06-20 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 40cc2ecfb925ba308f72b25c693ba98d58806ff2 Author: Albert Astals Cid Date: Tue Jun 20 23:43:23 2017 +0200 Fix crash on broken documents Fixes bug #101524 diff

[poppler] poppler/JBIG2Stream.cc

2012-06-11 Thread Albert Astals Cid
poppler/JBIG2Stream.cc | 58 + 1 file changed, 44 insertions(+), 14 deletions(-) New commits: commit 2e1410ea62fe99e52c94f878d02181f0b59f1cd5 Author: Albert Astals Cid aa...@kde.org Date: Mon Jun 11 15:17:59 2012 +0200 Add some security

[poppler] poppler/JBIG2Stream.cc

2012-04-08 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit ed0c9640abcbea459e3a276ee0b27631b01c32c4 Author: Albert Astals Cid aa...@kde.org Date: Sun Apr 8 12:24:20 2012 +0200 Do not crash if mallocing too much memory Fixes crash

[poppler] poppler/JBIG2Stream.cc

2011-02-11 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit cab0cf028a192772dcb5c3f4aefa0a421e73e9e7 Author: Albert Astals Cid aa...@kde.org Date: Fri Feb 11 19:42:34 2011 + Do not infinite loop in some broken files diff --git

[poppler] poppler/JBIG2Stream.cc

2010-06-29 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |3 +++ 1 file changed, 3 insertions(+) New commits: commit 16e15ac845206217086e2adac9f220e75c0c630d Author: Albert Astals Cid aa...@kde.org Date: Tue Jun 29 21:44:02 2010 +0100 bitmap can be null at this stage, check it isn't diff --git

[poppler] poppler/JBIG2Stream.cc

2010-05-25 Thread Albert Astals Cid
poppler/JBIG2Stream.cc | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) New commits: commit 30ea3ab8a1eecafb3366aef193910098fdb7ccc8 Author: Albert Astals Cid aa...@kde.org Date: Tue May 25 23:07:56 2010 +0100 Fix crash when parsing pdf in bug 28170

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h

2009-06-18 Thread Albert Astals Cid
poppler/JBIG2Stream.cc | 88 ++--- poppler/JBIG2Stream.h | 15 2 files changed, 63 insertions(+), 40 deletions(-) New commits: commit 47de8eef46300832556ce5ed869e391e477fd843 Author: David Benjamin david...@mit.edu Date: Fri Jun 19

[poppler] poppler/JBIG2Stream.cc

2009-05-20 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 548c72600b8a5e076647041660ed5031feedc7cc Author: Albert Astals Cid aa...@kde.org Date: Wed May 20 22:43:11 2009 +0200 Do not exit(1) on a pdf i have lying around PDF is

[poppler] poppler/JBIG2Stream.cc

2009-05-06 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5b0fb6f94d6d54b1b0c97762db61e2ab0dd07c85 Author: Albert Astals Cid aa...@kde.org Date: Wed May 6 22:59:55 2009 +0200 Fix format printing diff --git a/poppler/JBIG2Stream.cc

[poppler] poppler/JBIG2Stream.cc poppler/JBIG2Stream.h

2009-04-16 Thread Albert Astals Cid
poppler/JBIG2Stream.cc | 447 +++-- poppler/JBIG2Stream.h |4 2 files changed, 324 insertions(+), 127 deletions(-) New commits: commit 9f1312f3d7dfa7e536606a7c7296b7c876b11c00 Author: Albert Astals Cid aa...@kde.org Date: Thu Apr 16 22:13:26

[poppler] poppler/JBIG2Stream.cc

2009-04-10 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c399b2d512aa073b0d7cd8eb5413a4b43f0d6aef Author: Albert Astals Cid aa...@kde.org Date: Sat Apr 11 00:26:23 2009 +0200 Revert part of last commit, i need more math classes :D diff --git

[poppler] poppler/JBIG2Stream.cc

2009-02-25 Thread Albert Astals Cid
poppler/JBIG2Stream.cc | 151 +++-- 1 file changed, 85 insertions(+), 66 deletions(-) New commits: commit 305af8cdb6822858e152e1f930bba2ce3904bf1b Author: Albert Astals Cid aa...@kde.org Date: Wed Feb 25 22:40:24 2009 +0100 Make JBIG2Stream not

[poppler] poppler/JBIG2Stream.cc

2009-01-23 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit d3f04f537fb3e963c149a7e2d8d83c7cb19da8c0 Author: Albert Astals Cid aa...@kde.org Date: Fri Jan 23 23:08:46 2009 +0100 Do not crash in some PDF we don't parse correctly Fixes

[poppler] poppler/JBIG2Stream.cc

2007-11-04 Thread Albert Astals Cid
poppler/JBIG2Stream.cc |8 1 file changed, 8 deletions(-) New commits: commit 34a90b35998b65539cf1e8f09194d45db71064a1 Author: Albert Astals Cid [EMAIL PROTECTED] Date: Sun Nov 4 14:03:35 2007 +0100 Remove duplicate checking diff --git a/poppler/JBIG2Stream.cc