Since lcms-2.14, the cmsReadRawTag will not fill the buffer if the buffer size is smaller than expected 1. It causes cd-iccdump to segfault, and the test colord-test-private to fail.
Allocate a buffer with correct size and pass it to cmsReadRawTag to fix the issue.
Since lcms-2.14, the cmsReadRawTag will not fill the buffer if the buffer size is smaller than expected 1. It causes cd-iccdump to segfault, and the test colord-test-private to fail.
Allocate a buffer with correct size and pass it to cmsReadRawTag to fix the issue.
Fixes #147.