crash in CGATS reader
Brought to you by:
hvengel
lprof-1.11.4.1/src/liblprof/cmsprf.c:744 cmsxChoosePCS()
uses strcat() on the 30 bytetemp2 char variable. This is unsave
and causes regular crashes here.
Please consider to use strncat or a more save function. Feel free
to copy and adapt from libXcm:
http://www.oyranos.org/scm?p=xcolor.git;a=blob;f=src/XcmEvents.c;h=8da7271f6240571c1c2bb27dd914f1c972b0c905;hb=HEAD#l661