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

Commit 781d74a

Browse files
committed
Mac - fix bug in list_files
1 parent 56c491b commit 781d74a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

volatility/plugins/mac/list_files.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ def walk_vnodelist(listhead, loop_vnodes):
5050
if vnode in seen:
5151
break
5252

53+
seen.add(vnode)
54+
5355
loop_vnodes.add(vnode)
56+
5457
vnode = vnode.v_mntvnodes.tqe_next.dereference()
5558

5659
return loop_vnodes

0 commit comments

Comments
 (0)