Details
-
Technical task
-
Resolution: Fixed
-
Major
-
Lustre 2.4.0, Lustre 2.1.3
-
4437
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.