load_action_range_max() handles all actions, including those for which action_max_range_ruleset_var_name() returns NULL. Yet it does 'secfile_entry_lookup(file, "actions.%s", action_max_range_ruleset_var_name(act));'
Haven't checked the other handling of other similar ruleset entries for actions. It's possible that this is a common bug-pattern.
load_action_range_max() handles all actions, including those for which action_max_range_ruleset_var_name() returns NULL. Yet it does 'secfile_entry_lookup(file, "actions.%s", action_max_range_ruleset_var_name(act));'
Haven't checked the other handling of other similar ruleset entries for actions. It's possible that this is a common bug-pattern.