Details
-
Technical task
-
Resolution: Fixed
-
Minor
-
Lustre 2.4.0, Lustre 2.1.3
-
4351
Description
Thanks to the Coverity tool, we found some memory corruptions in the Lustre code, and more specifically cases of unbounded source buffers.
This is typically where we should use strncpy() instead of strcpy() or snprintf() instead of sprintf() because the size of the source buffer is not known.
I will propose a patch to address the issues.
Attachments
Issue Links
- is related to
-
LU-17000 Coverity static analysis issues
- Open