Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 703b29b

Browse files
committed
Linux - fix bug in file enumeration code
1 parent 3076ca0 commit 703b29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility/plugins/linux/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def walk_internal_list(struct_name, list_member, list_start, addr_space = None):
144144
list_start = getattr(list_struct, list_member)
145145

146146
# based on __d_path
147-
def do_get_path(dentry, rmnt, rdentry, vfsmnt):
147+
def do_get_path(rdentry, rmnt, dentry, vfsmnt):
148148
ret_path = []
149149

150150
inode = dentry.d_inode

0 commit comments

Comments
 (0)