[ 
https://issues.apache.org/jira/browse/AVRO-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lucas Martin-King updated AVRO-960:
-----------------------------------

    Attachment: avro_const_string.patch

Fixed patch (was a reverse patch before) 
                
> String Const Correctness in Avro-C
> ----------------------------------
>
>                 Key: AVRO-960
>                 URL: https://issues.apache.org/jira/browse/AVRO-960
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>    Affects Versions: 1.6.1
>            Reporter: Lucas Martin-King
>            Priority: Minor
>              Labels: c, const
>         Attachments: avro_const_string.patch, avro_const_string.patch
>
>
> I notice that avro_value_set_string() takes in a char *, not a const char *, 
> and some of the the lower level functions it uses do take a const char *.
> I would presume that the library does not modify user input string data.
> Can we fix this by maintaining const char * all the way up to the user API?

--
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