Skip to content

Commit

Permalink
correct arguments for pre_4_10_rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyss-W4tcher committed Jan 18, 2025
1 parent 3b679cb commit bb6556d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions volatility3/framework/symbols/linux/utilities/tainting.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ def get_taints_as_plain_string(
return cls._module_flags_taint_post_4_10_rc1(
context, kernel_module_name, taints, is_module
)
return cls._module_flags_taint_pre_4_10_rc1(
context, kernel_module_name, taints, is_module
)
return cls._module_flags_taint_pre_4_10_rc1(taints, is_module)

@classmethod
def get_taints_parsed(
Expand Down

0 comments on commit bb6556d

Please sign in to comment.