mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-05 09:17:38 +02:00
change return to yield after get_object() turned into a generator in 2da510d8
This commit is contained in:
@@ -166,7 +166,7 @@ class POOL_HEADER(objects.StructType):
|
||||
|
||||
try:
|
||||
if mem_object.is_valid():
|
||||
return mem_object
|
||||
yield mem_object
|
||||
except (TypeError, exceptions.InvalidAddressException):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user