mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 11:49:42 +02:00
Fix minor typo in poolscanner logic (thanks mypy!).
This commit is contained in:
@@ -202,7 +202,7 @@ class PoolScanner(plugins.PluginInterface):
|
||||
if constraint.index[0]:
|
||||
if header.index < constraint.index[0]:
|
||||
continue
|
||||
if constraint.size[1]:
|
||||
if constraint.index[1]:
|
||||
if header.index > constraint.index[1]:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user