mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Linux - Fix hlist_head object extension by dropping the iterator since it can't determine the correct member_name
This commit is contained in:
@@ -994,9 +994,6 @@ class hlist_head(objects.StructType, collections.abc.Iterable):
|
||||
|
||||
current = current.next
|
||||
|
||||
def __iter__(self) -> Iterator[interfaces.objects.ObjectInterface]:
|
||||
return self.to_list(self.vol.parent.vol.type_name, self.vol.member_name)
|
||||
|
||||
|
||||
class files_struct(objects.StructType):
|
||||
def get_fds(self) -> interfaces.objects.ObjectInterface:
|
||||
|
||||
Reference in New Issue
Block a user