Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.9.0
-
3
-
9223372036854775807
Description
In llapi_obd_statfs() we have:
fd = open(path, O_RDONLY);
if (errno == EISDIR)
fd = open(path, O_DIRECTORY | O_RDONLY);
Second, if open() succeeds then the value of errno is arbitrary and the file descriptor may be leaked if errno was previously set to EISDIR.
Also note that open() will never set errno to EISDIR when write access is not requested.
Attachments
Activity
Link | New: This issue is related to LDEV-373 [ LDEV-373 ] |
Link | Original: This issue is related to LDEV-530 [ LDEV-530 ] |
Link | New: This issue is related to LDEV-530 [ LDEV-530 ] |
Link | New: This issue is related to LDEV-341 [ LDEV-341 ] |
Link | New: This issue is related to LDEV-368 [ LDEV-368 ] |
Fix Version/s | New: Lustre 2.9.0 [ 11891 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |