You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Benjamin De Boe (JIRA)" <de...@uima.apache.org> on 2016/04/18 18:28:25 UTC

[jira] [Created] (UIMA-4900) UIMACPP 64bit issue

Benjamin De Boe created UIMA-4900:
-------------------------------------

             Summary: UIMACPP 64bit issue
                 Key: UIMA-4900
                 URL: https://issues.apache.org/jira/browse/UIMA-4900
             Project: UIMA
          Issue Type: Bug
          Components: C++ Framework
    Affects Versions: 2.8.0SDK
         Environment: any
            Reporter: Benjamin De Boe
            Priority: Minor


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)