Ken Giusti created PROTON-1029:
----------------------------------
Summary: Do not fail hard if strerror_r fails.
Key: PROTON-1029
URL: https://issues.apache.org/jira/browse/PROTON-1029
Project: Qpid Proton
Issue Type: Bug
Components: proton-c
Affects Versions: 0.10
Reporter: Ken Giusti
Assignee: Ken Giusti
Fix For: 0.11
The return type from strerror_r differs depending on the compiler's feature set.
if _GNU_SOURCE is defined, strerror_r returns a char *
if _POSIX_C_SOURCE is defined to a certain set of values, strerror_r returns an
int.
proton expects int, and fails hard (aborts) when a string ptr is returned.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)