[jira] [Commented] (XERCESC-2073) autoconf uses incorrect size_t and ssize_t fallback types

2017-06-14 Thread Roger Leigh (JIRA)

[ 
https://issues.apache.org/jira/browse/XERCESC-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049804#comment-16049804
 ] 

Roger Leigh commented on XERCESC-2073:
--

- 
[branch|https://github.com/rleigh-codelibre/xerces-c/commits/autoconf-size-fallbacks]
- [travis|https://travis-ci.org/rleigh-codelibre/xerces-c/builds/243028832]
- 
[appveyor|https://ci.appveyor.com/project/rleigh-codelibre/xerces-c/build/1.0.94]

> 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
> Attachments: autoconf-size-fallbacks.patch
>
>
> 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.4.14#64029)

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



[jira] [Commented] (XERCESC-2073) autoconf uses incorrect size_t and ssize_t fallback types

2016-07-11 Thread Roger Leigh (JIRA)

[ 
https://issues.apache.org/jira/browse/XERCESC-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371775#comment-15371775
 ] 

Roger Leigh commented on XERCESC-2073:
--

One additional comment would be that given that this has been broken for so 
long, that the fallbacks and feature tests no longer serve a useful purpose if 
they aren't used.  They could be dropped entirely!

> 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
> Attachments: autoconf-size-fallbacks.patch
>
>
> 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