mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-26 08:02:23 +02:00
Linux: pagecache: Fix issue reported in #1527
This commit is contained in:
@@ -469,6 +469,8 @@ class InodePages(plugins.PluginInterface):
|
||||
inode_size,
|
||||
page_idx,
|
||||
)
|
||||
continue
|
||||
|
||||
f.seek(current_fp)
|
||||
f.write(page_bytes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user