mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
Fix validation typo preventing the newer symbols from properly working.
This commit is contained in:
@@ -26,7 +26,7 @@ class Symbol(validity.ValidityRoutines):
|
||||
|
||||
self._constant_data = None
|
||||
if constant_data is not None:
|
||||
self._constant_data = self._check_type(bytes, constant_data)
|
||||
self._constant_data = self._check_type(constant_data, bytes)
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
|
||||
Reference in New Issue
Block a user