Skip to content

Commit bb6556d

Browse files
committed
correct arguments for pre_4_10_rc1
1 parent 3b679cb commit bb6556d

File tree

1 file changed

+1
-3
lines changed
  • volatility3/framework/symbols/linux/utilities

1 file changed

+1
-3
lines changed

volatility3/framework/symbols/linux/utilities/tainting.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ def get_taints_as_plain_string(
117117
return cls._module_flags_taint_post_4_10_rc1(
118118
context, kernel_module_name, taints, is_module
119119
)
120-
return cls._module_flags_taint_pre_4_10_rc1(
121-
context, kernel_module_name, taints, is_module
122-
)
120+
return cls._module_flags_taint_pre_4_10_rc1(taints, is_module)
123121

124122
@classmethod
125123
def get_taints_parsed(

0 commit comments

Comments
 (0)