]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
the merge got screwed up, this should fix it 262/head
authorG.E <gregory.economou@vectorcamp.gr>
Wed, 1 May 2024 08:22:32 +0000 (11:22 +0300)
committerG.E <gregory.economou@vectorcamp.gr>
Wed, 1 May 2024 08:22:32 +0000 (11:22 +0300)
src/rose/rose_build_bytecode.cpp

index 0d3d035286cb8888ecc32cab21329956b07610bc..765d9ca6c2fb9fb811d499f5afd2f5d158d2e302 100644 (file)
@@ -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());