tau_tti.c:: ttiCreateCstInfoEntry(…) The check for end of data is wrong Change: if (pEnd >= pData) to: if (pEnd < pData) Serveral places.
cltrCstCnt = 0 is not supported.
Also fixed issue with empty function list (fctCnt = 0)...
Log in to post a comment.
Also fixed issue with empty function list (fctCnt = 0)...