Roger Leigh created XERCESC-2073:
------------------------------------

             Summary: autoconf uses incorrect size_t and ssize_t fallback types
                 Key: XERCESC-2073
                 URL: https://issues.apache.org/jira/browse/XERCESC-2073
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.1.4
         Environment: Using autoconf build
            Reporter: Roger Leigh
            Priority: Minor


size_t is unsigned, ssize_t is signed.  However, the fallback types are swapped 
making them incorrect for their purpose.  The attached patch rectifies this 
oversight.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to