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