mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Fix up issue with pointer sizes. Since cls is never used we're not losing information.
This commit is contained in:
@@ -176,7 +176,7 @@ class Pointer(Integer):
|
||||
class VolTemplateProxy(interfaces.objects.ObjectInterface.VolTemplateProxy):
|
||||
@classmethod
|
||||
def size(cls, template):
|
||||
return Integer.VolTemplateProxy.size(cls, template)
|
||||
return Integer.VolTemplateProxy.size(template)
|
||||
|
||||
@classmethod
|
||||
def children(cls, template):
|
||||
|
||||
Reference in New Issue
Block a user