Use of gmtime is not thread-safe -------------------------------- Key: AXIS2C-277 URL: http://issues.apache.org/jira/browse/AXIS2C-277 Project: Axis2-C Issue Type: Bug Components: util Affects Versions: Current (Nightly) Reporter: James Clark Priority: Minor
axis2_date_time_create() calls gmtime() which is not thread-safe. POSIX provides a thread-safe alternative gmtime_r, which configure should check for and use if found. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]