summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix size_t -> int overflow in cmd_get_buffer_space.Robin Watts2023-03-031-2/+11
* gdev_prn_size_buf_planar: Initialise mdev.Robin Watts2023-03-031-2/+2
* Increment version numberChris Liddell2023-03-021-3/+3
* Coverity 381502: Don't check non NULL pointer for NULLity.Robin Watts2023-03-021-3/+2
* Ghostscript - colour spaces and garbage collectionKen Sharp2023-03-011-3/+9
* GhostPDF + pdfwrite - emit an Alternate for some ICCBased spaces.Ken Sharp2023-02-282-6/+45
* Fix memory leak seen in apitest using gpdl.Robin Watts2023-02-222-2/+11
* Bug 706351: Fix display device with planar separations.Robin Watts2023-02-222-8/+22
* Fix typo in comment.Robin Watts2023-02-211-2/+2
* Revert recent changes to alphabits device sizing.Robin Watts2023-02-162-6/+7
* Add dev->non_strict_bounds flag.Robin Watts2023-02-166-6/+11
* Bug 706373 Continued: Fix missing initialisation.Robin Watts2023-02-161-1/+2
* Tweaks to pattern scaling.Robin Watts2023-02-162-11/+141
* Bug 706414: Fix OSS Fuzz 55988 - infinite loop in shadings.Robin Watts2023-02-161-0/+6
* Bug 706409: Fix infinite loop in shading code.Robin Watts2023-02-101-64/+64
* Bug 706368: alphabits device declares invalid width/height.Robin Watts2023-02-102-6/+9
* Bug 706380: Fix argument quote handling following hash.Robin Watts2023-02-091-3/+6
* Bug 706373: Improve detection of image clipping.Robin Watts2023-02-081-8/+19
* Add "imagematrices_are_untrustworthy" to gs_data_image_tRobin Watts2023-02-084-7/+105
* Bug 706378 continued: Speed pathological shadings.Robin Watts2023-02-071-1/+639
* Bug 706378: Fix infinite loop in shadings.Robin Watts2023-02-071-313/+584
* Fix uninitialised blackthresholdL and blackthresholdCChris Liddell2023-01-041-1/+3
* Fix compiler warnings.Chris Liddell2023-01-041-7/+5
* Fix compiler warnings in base/Chris Liddell2023-01-047-31/+37
* Fix compiler warnings in debug buildsChris Liddell2023-01-043-10/+10
* Avoid a divide by zero error on printer devicesKen Sharp2022-12-301-1/+4
* oss-fuzz 53903: don't allow memory devices to change media sizesChris Liddell2022-12-011-1/+22
* Erasepage optimisation - prevent SEGV with display device on LinuxKen Sharp2022-11-301-2/+5
* Bug 706083: Accelerate heavily clipped axial shadings.Robin Watts2022-11-292-35/+395
* Fix memory leak with PCL and fonts.Chris Liddell2022-11-291-0/+2
* Bug 706091 (continued): Fix signed char mistake.Robin Watts2022-11-251-2/+3
* Memento: Don't call Memento_breakpoint from Memento_checkAllMemoryRobin Watts2022-11-241-2/+17
* Bug 706086: Fix OSS Fuzz clist buffer overrun.Robin Watts2022-11-243-3/+39
* Possible fix for SEGV in customer file.Robin Watts2022-11-241-0/+1
* Bug 706091: Encode/Decode ICCOutputColors from utf <-> 8 bit.Robin Watts2022-11-211-5/+87
* Move gp_wutf8 functions to be gp_utf8.Robin Watts2022-11-2112-62/+84
* MSVC build: Add new version of nmake.Robin Watts2022-11-211-0/+5
* Allow @file syntax to include files in the ROM file systemKen Sharp2022-11-219-38/+55
* GhostPDF, N-up and pdfwrite - don't preserve some pdfmarks with N-upKen Sharp2022-11-191-0/+17
* graphics library - don't try to fill zero-area clipsKen Sharp2022-11-161-2/+5
* xpswrite - limit the memory used by images to avoid memory exhaustionKen Sharp2022-11-165-3/+8
* De-macrofy some path constuction codeChris Liddell2022-11-151-62/+93
* Bug 706064 OSS-fuzz #53126Michael Vrhel2022-11-141-1/+2
* oss-fuzz 53052: Additional bounds check in Ins_MSIRP()Chris Liddell2022-11-071-1/+2
* pdfwrite - fix bounds check in type 2 (CFF) font interpreterKen Sharp2022-11-051-2/+2
* Memento: Make showDetailedBlocks gate the block listing.Robin Watts2022-11-031-90/+93
* Memento fix: Default value for MEMENTO_BACKTRACE_MAX.Robin Watts2022-11-031-0/+4
* Improved the use of Memento with C++.Julian Smith2022-11-032-23/+150
* Memento: Avoid underflow with very small blocks.Robin Watts2022-11-021-1/+4
* OSS-fuzz 52879 "Global-buffer-overflow in get_unpack_proc"Ken Sharp2022-10-311-1/+5