mm2 / Little-CMS

A free, open source, CMM engine. It provides fast transforms between ICC profiles.
https://www.littlecms.com
MIT License
549 stars 174 forks source link

Possible NPD in cmsCreate_OkLabProfile #436

Closed rhalade closed 7 months ago

rhalade commented 7 months ago

Commit (https://github.com/mm2/Little-CMS/commit/f4e9f9122a001b71219d9b2d2a6ec5b8c784d785) in May 2023 added experimental support for OkLab colorspace profile. cmsCreate_OkLabProfile calls cmsCreateProfilePlaceholder but there is no null check on returned value. This bug should be fixed as is done for every other call in cmsvirt.c file.

mm2 commented 7 months ago

Thanks for reporting. Added to wish list.

rhalade commented 7 months ago

https://github.com/mm2/Little-CMS/pull/437