Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
2.8.0SDK
-
None
-
None
-
any
Description
in framework/uima/strtools.hpp:_strreplaceall_env(), the variables envBegPos and envEndPos are declared as unsigned integers, whereas the find() method on 64bit would return a 64bit value, which is too big for this data type. We think they should be declared as size_t instead.