mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
Ensure we save the results of checking for non-existant files.
This commit is contained in:
@@ -29,6 +29,8 @@ class LinuxSymbolCache(interfaces.automagic.AutomagicInterface):
|
||||
vollog.log(constants.LOGLEVEL_V,
|
||||
"Removing cached path {} for banner {}: files does not exist".format(path, banner))
|
||||
linuxbanners[banner].remove(path)
|
||||
# Rewrite it in case we found any files that were no logner present
|
||||
cls.save_linux_banners(linuxbanners)
|
||||
return linuxbanners
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user