Merge in SNORT/snort3 from ~THOPETER/snort3:issue_fix to master
Squashed commit of the following:
commit
24ab14e54f8071b8b81036c46d310329da32e329
Author: Tom Peters <thopeter@cisco.com>
Date: Tue Nov 1 11:12:48 2022 -0400
http_inspect: add override to destructor
: HttpRuleOptModule(key_, help, rule_opt_index_, cat_, params)
{ search_handle = snort::LiteralSearch::setup(); }
- ~HttpParamRuleOptModule()
+ ~HttpParamRuleOptModule() override
{ snort::LiteralSearch::cleanup(search_handle); }
snort::ProfileStats* get_profile() const override { return &http_param_ps; }