This commit is contained in:
Gustavo Moreira
2023-05-22 01:39:14 +01:00
parent bea981180d
commit 0f42f0eaf1
@@ -201,7 +201,7 @@ class LinuxUtilities(interfaces.configuration.VersionableInterface):
str: A file (or sock pipe) pathname relative to the task's root directory.
"""
# Memory smear protection: Check that both the file and dentry pointers are valids.
# Memory smear protection: Check that both the file and dentry pointers are valid.
try:
dentry = filp.get_dentry()
dentry.is_root()