percona-server icon indicating copy to clipboard operation
percona-server copied to clipboard

PS-7645 : Incorrect strncpy usage

Open kennt-percona opened this issue 4 years ago • 1 comments

Issue Manual code review of strncpy() usage in the MySQL source tree revealed incorrect usage. There are instances where the destination buffer was not being NULL-terminated.

Solution Ensure that the buffer is being NULL-terminated in the case where the entire buffer is being filled.

kennt-percona avatar May 28 '21 09:05 kennt-percona

clang-format issues https://app.circleci.com/pipelines/github/percona/percona-server/4568/workflows/64f60ed5-aa6d-4bda-a1c8-9a1f285a8190/jobs/4550

george-lorch avatar May 28 '21 22:05 george-lorch