Oipo opened a new pull request #287: URL: https://github.com/apache/celix/pull/287
My guess is that with the introduction of iovec, the buffer that gets passed in various places is non-null terminated. This is fine, except that `json_loads` requires a null-terminated string. This PR fixes these issues. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
