Skip to content

Commit

Permalink
Merge pull request #1320 from dgmcdona/dgmcdona/linux_pagecache_missi…
Browse files Browse the repository at this point in the history
…ng_iter_implementation

Linux: Extensions - removes abc.Iterable definition
  • Loading branch information
ikelos authored Oct 24, 2024
2 parents 62aa9c1 + 4c2d2f9 commit a196140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/symbols/linux/extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def __iter__(self) -> Iterator[interfaces.objects.ObjectInterface]:
return self.to_list(self.vol.parent.vol.type_name, self.vol.member_name)


class hlist_head(objects.StructType, collections.abc.Iterable):
class hlist_head(objects.StructType):
def to_list(
self,
symbol_type: str,
Expand Down

0 comments on commit a196140

Please sign in to comment.