Merge in SNORT/snort3 from ~RDEMPSTE/snort3:muster to master
Squashed commit of the following:
commit
da21ec1a104bde95dc1f944fb50411daf0732803
Author: Ron Dempster (rdempste) <rdempste@cisco.com>
Date: Thu Oct 26 10:18:18 2023 -0400
search_tool: fall back to normal mpse if no snort config
int num = 0;
if (!sc)
sc = SnortConfig::get_conf();
- const FastPatternConfig* fp = sc->fast_pattern_config;
+ const FastPatternConfig* fp = sc ? sc->fast_pattern_config : nullptr;
if ( confine && max_len > 0 )
{