Details
-
Technical task
-
Resolution: Fixed
-
Minor
-
Lustre 2.4.0
-
8499
Description
Thanks to the Coverity tool, we found some resource leak errors in the Lustre code. This is typically what happens when a function forgets to free some allocated memory or close some file descriptor while returning in case of error.
I will propose a patch to address the issues.