From: gtsoul-tech Date: Mon, 13 May 2024 06:29:40 +0000 (+0300) Subject: fix X-Git-Tag: vectorscan/5.4.12^2~44^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa7eaded4bcad5f60fc61be2bcf1cb9b6f15a79;p=thirdparty%2Fvectorscan.git fix --- diff --git a/src/rose/rose_build_bytecode.cpp b/src/rose/rose_build_bytecode.cpp index 740b4138..a7e4f044 100644 --- a/src/rose/rose_build_bytecode.cpp +++ b/src/rose/rose_build_bytecode.cpp @@ -1054,7 +1054,7 @@ left_id updateLeftfixWithEager(RoseGraph &g, const eager_info &ei, DEBUG_PRINTF("added %u literal chars back, new lag %u\n", lag_adjust, g[v].left.lag); } - left_id leftfix = left_id(left_id(g[vsuccs[0]].left)); + left_id leftfix = left_id(g[vsuccs[0]].left); if (leftfix.graph()) { assert(leftfix.graph()->kind == NFA_PREFIX