mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Add comment for where to apply the fix
This commit is contained in:
@@ -204,6 +204,8 @@ class ResourceAccessor:
|
||||
# open it in read mode only and allow breakages to happen if they wanted to write
|
||||
curfile = open(temp_filename, mode="rb")
|
||||
|
||||
# Validate the hash or delete the temp_filename and report an error
|
||||
|
||||
# Determine whether the file is a particular type of file, and if so, open it as such
|
||||
IMPORTED_MAGIC = False
|
||||
if HAS_MAGIC:
|
||||
|
||||
Reference in New Issue
Block a user