Skip to content

Commit db8667f

Browse files
committed
Linux - Fix hlist_head object extension by dropping the iterator since it can't determine the correct member_name
1 parent f00c4c3 commit db8667f

File tree

1 file changed

+0
-3
lines changed
  • volatility3/framework/symbols/linux/extensions

1 file changed

+0
-3
lines changed

volatility3/framework/symbols/linux/extensions/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -994,9 +994,6 @@ def to_list(
994994

995995
current = current.next
996996

997-
def __iter__(self) -> Iterator[interfaces.objects.ObjectInterface]:
998-
return self.to_list(self.vol.parent.vol.type_name, self.vol.member_name)
999-
1000997

1001998
class files_struct(objects.StructType):
1002999
def get_fds(self) -> interfaces.objects.ObjectInterface:

0 commit comments

Comments
 (0)