mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 10:17:38 +02:00
refs #200 raise ValueError if an object doesn't have a name
This commit is contained in:
@@ -54,7 +54,7 @@ class DriverScan(interfaces.plugins.PluginInterface):
|
||||
|
||||
try:
|
||||
driver_name = driver.get_driver_name()
|
||||
except exceptions.InvalidAddressException:
|
||||
except (ValueError, exceptions.InvalidAddressException):
|
||||
driver_name = renderers.NotApplicableValue()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user