Sasha Pachev created AVRO-1110:
----------------------------------

             Summary: avro_set_error() in AVRO C version 1.6.3 is not thread 
safe
                 Key: AVRO-1110
                 URL: https://issues.apache.org/jira/browse/AVRO-1110
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.6.3
            Reporter: Sasha Pachev


avro_set_error() is using a global buffer, which is not thread-safe. Proposed 
solution is instead of always using the AVRO_CURRENT_ERROR buffer to provide an 
option for the caller to supply its own buffer via function pointer callback.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to