prasad-alatkar opened a new pull request #843: URL: https://github.com/apache/mynewt-nimble/pull/843
os_mempool.c: Using `strncpy`, buffer will not be `NULL` terminated if size of source string is same as the buffer size. Hence relpace `strncpy` with `strlcpy`. ---------------------------------------------------------------- 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]
