summaryrefslogtreecommitdiff
path: root/base/sa85d.c
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* oss-fuzz 45049: ASCII85Decode, avoid running off the end of the bufferChris Liddell2022-03-081-2/+5
| | | | | | | | | | To maintain compatibility with Acrobat, the ASCII85Decode filter has to cope with various breakages in the data, including whitespace between the '~' and the '>', and even a missing '>'. Searching the stream buffer for the '>', and not finding it, could leave the pointer position a byte past the end of the buffer, this just ensures that cannot happen.
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
|
* oss-fuzz 23946: Move buffer bounds check to *before* using it!Chris Liddell2020-10-061-3/+3
| | | | | | ASCII85Decode filter: We correctly bounds check the buffer size, but dumbly were doing so *after* we'd used the relevant indices into the buffer. Change that order, and add another check.
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
|
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+217
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.