You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/11/23 20:41:04 UTC

[GitHub] [incubator-tvm] tom-gall opened a new pull request #6961: Fixes #6960 - strncpy destination size warning

tom-gall opened a new pull request #6961:
URL: https://github.com/apache/incubator-tvm/pull/6961


   The destination of the strncpy has to be larger then the source, otherwise
   specified bound 1024 equals destination size [-Werror=stringop-truncation]
   will occur.
   
   Signed-off-by: Tom Gall <to...@linaro.org>
   
   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   


----------------------------------------------------------------
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:
users@infra.apache.org