Actions
Bug #114
closedload_action_kind() does nothing with the information that kind is not ruleset settable
Start date:
01/02/2024
Due date:
% Done:
0%
Estimated time:
Description
load_action_kind() has an empty if -block:
if (action_target_kind_ruleset_var_name(act) == NULL) {
    /* Target kind can't be loaded from the ruleset. */
  }Figure out what exactly should happen there, and fix it.
Files
Updated by Marko Lindqvist almost 2 years ago
- Subject changed from load_action_kind() does nothing with the information that king is not ruleset settable to load_action_kind() does nothing with the information that kind is not ruleset settable
      Actions
      #2
    
    Updated by Marko Lindqvist 6 months ago
- File 0044-load_action_kind-Correct-for-actions-without-ruleset.patch 0044-load_action_kind-Correct-for-actions-without-ruleset.patch added
- File 0011-load_action_kind-Correct-for-actions-without-ruleset.patch 0011-load_action_kind-Correct-for-actions-without-ruleset.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version set to 3.1.6
Actions