mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 09:34:52 +02:00
fix typo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user