martin-g commented on code in PR #3375:
URL: https://github.com/apache/avro/pull/3375#discussion_r2454261941


##########
lang/c/src/value-json.c:
##########
@@ -29,7 +29,8 @@
 #include "jansson.h"
 
 /*
- * Converts a binary buffer into a NUL-terminated JSON UTF-8 string.
+ * Converts a binary buffer into a JSON UTF-8 string which is NOT
+ * terminated with a null byte ('\0).

Review Comment:
   ```suggestion
    * terminated with a null byte ('\0').
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to