From: G.E Date: Wed, 1 May 2024 08:22:32 +0000 (+0300) Subject: the merge got screwed up, this should fix it X-Git-Tag: vectorscan/5.4.12^2~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F262%2Fhead;p=thirdparty%2Fvectorscan.git the merge got screwed up, this should fix it --- diff --git a/src/rose/rose_build_bytecode.cpp b/src/rose/rose_build_bytecode.cpp index 0d3d0352..765d9ca6 100644 --- a/src/rose/rose_build_bytecode.cpp +++ b/src/rose/rose_build_bytecode.cpp @@ -2992,6 +2992,7 @@ void buildFragmentPrograms(const RoseBuildImpl &build, pfrag.lit_ids); if (pfrag.included_delay_frag_id != INVALID_FRAG_ID && !rebuild_prog.empty()) { + const auto &cfrag = fragments[pfrag.included_frag_id]; /** assert(pfrag.s.length() >= cfrag.s.length() && **/ assert(pfrag.s.length() == cfrag.s.length() && !pfrag.s.any_nocase() >= !cfrag.s.any_nocase());