summaryrefslogtreecommitdiff
path: root/src/cmsnamed.c
Commit message (Collapse)AuthorAgeFilesLines
* version bumpMarti Maria2023-02-161-1/+1
| | | | | In preparation to 2.15 release candidate Updated copyright year as well
* Add check guards against NULL dereferencingMarti Maria2023-01-091-1/+7
| | | | Some additional checks that doesn't hurt.
* Add more checking on multilocalized unicode tagsMarti Maria2023-01-031-0/+2
| | | | | Don't allow odd numbers as offsets on utf16 tables. Maybe some arcane profiles would use odd addresses and then define an utf16 table with a spare byte in the beginning, but I have checked my +10,000 ICC profiles zoo and none of the legal ones does that. It is likely someone is trying an exploit or a fuzzer is involved. Kill'em all
* Fix icctransMarti Maria2022-08-071-1/+1
| | | | Last fixup broke icctrans
* Fixed a minor memory leak when dealing with bar paramsMarti Maria2022-07-081-4/+7
| | | | If some hacker is trying to trick us, don't leak memory when we piss him off.
* fix memory leaks on testbedMarti Maria2022-07-061-0/+1
| | | | | | Fix some memory leaks on fast float plug-in testbed Fix memory leak on unregister plugin for global context Fix MS VS 2022 references
* update copyright noticesMarti Maria2022-01-291-1/+1
| | | | Update copyrights to generate the release
* Final changes for 2.13Marti Maria2022-01-061-2/+2
| | | | | | - typos - changelog - readme.1st
* prevent segfaults when NULL country or language codeMarti Maria2021-01-201-3/+7
| | | | Add codeguard. Thanks to Christian Schmitz for pointing it out
* fixed a segfault when copyright MLU holds only one empty stringMarti Maria2020-06-191-0/+10
| | | | fixed a segfault when copyright MLU holds only one empty string
* Prepare 2.10 release (I)Marti Maria2020-04-011-1/+1
| | | | Some minor changes to prepeare 2.10 release
* port of several fixupsMarti Maria2019-09-271-2/+6
| | | | From assorted sources, small fixes
* fix for big endian MLU bugMarti Maria2017-11-201-14/+6
| | | | Thanks to Sergei Trofimovic for the fix
* Linestride & dynlibsMarti Maria2017-11-121-1/+1
| | | | | Fixed linestride on planar formatters Fixed testbed to run on synamic libraries
* Get rid of warnings when compiling as C++ with -WallMarti Maria2017-08-021-8/+9
| | | | | Thanks to Noel Carboni for suggesting & providing a proof that it could be done
* rollback of a wrong PRMarti Maria2017-07-251-3/+4
| | | | Back to safety
* minor tunningMarti Maria2017-07-241-3/+3
| | | | Some reported glitches
* User safer strncpy for prefix & suffix of named colorsMarti Maria2017-07-181-3/+3
| | | | Contributed by ya1gaurav
* Prepare for 2.9 releaseMarti Maria2017-07-141-1/+1
| | | | | Set copyright notices and version stamp, Still there are missing files, like documentation
* Get rid of uninitialized memoryMarti Maria2017-06-231-2/+6
| | | | Harmless, but some tools comply
* Hopefully fix endianess of MLUMarti Maria2016-12-121-7/+8
| | | | Previous bug caused by several factors, not well identified.
* non-happy path fixesMarti Maria2016-12-061-3/+10
| | | | | Fix leak from named color list error recovery Sanitize maximum string in CGATS parser
* Minor cleanup for 2.8Marti2016-06-221-5/+4
|
* Fix multilocalized unicode bugMarti2016-04-291-2/+2
| | | | Thanks to Richard Hughes for finding it
* Fixed some glitches from FORTIFY reportMarti2016-04-011-5/+5
|
* Change copyright dateMarti2016-03-291-1/+1
|
* Fixed alignment issues on alphaMarti2015-11-301-15/+41
|
* Fixed a macro clash on SNONE. Added a safety check on named color listsMarti Maria2014-09-091-4/+6
|
* Non happy-path fixesMarti Maria2013-06-251-5/+7
|
* Added white point on transform2devicelinkMarti Maria2013-06-141-3/+0
|
* Added access to MLU translation codesMarti Maria2013-05-101-0/+29
|
* 8 bit devicelink generationMarti Maria2013-03-261-2/+2
|
* Fixes from coverity checkMarti Maria2012-10-301-1/+2
|
* lcms2-2.4 rc2 is hereMarti Maria2012-08-311-2/+2
|
* Trimmed filesMarti Maria2012-07-021-90/+90
|
* Version 2.3, rc 1lcms2.3rc1Marti Maria2011-10-241-1/+8
|
* Dictionary Fix for NULL objectsMarti Maria2011-05-241-3/+1
|
* Dicctionary tag implementation. 2.2 version bumpMarti Maria2011-05-231-121/+248
|
* Added named color functionalityMarti Maria2011-04-121-3/+21
|
* beta2 code reviewMarti Maria2010-10-251-1/+1
|
* 2.1 code review changesMarti Maria2010-10-211-0/+3
|
* Pre release changesMarti Maria2010-05-061-1/+1
|
* initial commitMarti Maria2010-02-081-0/+747