GauthamBanasandra opened a new pull request #2827:
URL: https://github.com/apache/hadoop/pull/2827
* strncpy reports a warning if the
destination string isn't null
terminated. Since we append a
custom character at the end ourselves,
the warning reported by stnrcpy is
valid, but not relevant.
* Thus, we use memcpy to avoid this
warning.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]