summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-06release: 0.2.90.2.9Albert Astals Cid2-2/+19
2020-04-26Move spectre_document_load_from_stream to spectre-private.h for nowAlbert Astals Cid3-9/+10
2020-04-13Make sure we don't read uninitialized memory from textAlbert Astals Cid1-0/+4
2020-04-10Initialize varibles if reading failsAlbert Astals Cid1-14/+30
2020-04-09Fix uninitialized memory read on malformed documentsAlbert Astals Cid1-11/+13
2020-04-08Fix uninitialized memory read on malformed documentsAlbert Astals Cid1-2/+2
2020-04-08Fix crash on malformed filesAlbert Astals Cid1-6/+8
2020-03-28Fix memory leakAlbert Astals Cid1-1/+2
2020-03-28CI: use debian testing while unstable is brokenAlbert Astals Cid1-1/+1
2020-03-10fix memory leak in ps.c:650Randy1-0/+1
2020-03-10Refactor spectre_document_load_from_data() -> _stream()Randy3-47/+33
2020-03-07fix memory leak in ps.c:603Randy1-0/+1
2020-03-07fix NULL-dereference in psscan.c:934Randy1-1/+1
2020-03-03fix NULL-dereference in psscan()Randy1-1/+1
2020-03-02Fix memory leakRandy1-3/+4
2020-02-29ossfuzz: integrate into build, add entrypointRandy3-1/+78
2020-02-29Add spectre_document_load_from_data(), update fuzz targetRandy3-18/+62
2020-02-19ossfuzz: fix coverage buildRandy1-0/+39
2020-02-18Refactor code so that psscan() can accept a FILE*, this will enable parsing f...Randy4-12/+16
2020-02-13ossfuzz: add dictionary, update build scriptRandy2-2/+63
2020-01-05Revert "ossfuzz: keep shared libraries after install"Albert Astals Cid1-0/+1
2020-01-01ossfuzz: keep shared libraries after installRandy1-1/+0
2019-12-08fix leak in spectre_device_render()Randy1-0/+3
2019-11-26update ossfuzz.shRandy1-1/+1
2019-11-26update fuzz targetRandy2-46/+49
2019-11-24fix indentationRandy1-7/+7
2019-11-20add build script, fuzz targetRandy2-0/+66
2018-10-20spectre-gs: Remove support for old ghostscriptChristian Persch2-22/+8
2018-10-20spectre-gs: Enforce minimum ghostscript versionChristian Persch2-2/+12
2018-10-19Make clang happyAlbert Astals Cid1-9/+2
2018-10-19Hide internal symbolsChristian Persch9-3/+102
2018-10-19Make gcc happy about switch fallthroughAlbert Astals Cid1-0/+1
2018-10-19Fix crash with malformed documentAlbert Astals Cid1-1/+1
2018-10-13Add basic CIAlbert Astals Cid1-0/+38
2017-01-15state what lib is printing the errorCaolán McNamara1-3/+3
2016-07-02release: 0.2.80.2.8Carlos Garcia Campos2-2/+18
2016-07-02build: Fix make distcheckCarlos Garcia Campos1-3/+6
2016-06-23Rotate documents correctly with newer libgs versionsMarek Kasik1-2/+106
2016-06-23spectre-gs: Add a method to get the libgs versionCarlos Garcia Campos2-1/+12
2016-04-02Fix the build with Ghostscript >= 9.18Carlos Garcia Campos1-0/+11
2014-09-03Revert "Rotate documents correctly"Carlos Garcia Campos4-102/+31
2014-06-09Rotate documents correctlyMarek Kasik4-31/+102
2012-11-03build: Use CPPFLAGS instead of CFLAGS for compiling flagsCarlos Garcia Campos2-10/+5
2012-11-03ps: Fix comparison between signed and unsigned compile warningCarlos Garcia Campos1-2/+3
2012-08-08Update for release 0.2.70.2.7Carlos Garcia Campos2-2/+12
2012-08-08build: Don't use global INCLUDES var in makefilesCarlos Garcia Campos2-12/+19
2010-12-04Allocate at least 1 page in doc->pagesMarek Kasik1-5/+5
2010-10-30Fix a crash with documents containing an invalid %%Pages: commentCarlos Garcia Campos1-0/+2
2010-06-10Update for release 0.2.60.2.6Carlos Garcia Campos2-2/+21
2010-06-01Fix rendering of files with doseps header and EOF comment missingCarlos Garcia Campos1-1/+8