]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
test comment
authorG.E <gregory.economou@vectorcamp.gr>
Wed, 8 May 2024 21:12:30 +0000 (00:12 +0300)
committerG.E <gregory.economou@vectorcamp.gr>
Wed, 8 May 2024 21:12:30 +0000 (00:12 +0300)
src/rose/rose_build_add_mask.cpp

index aa36ecd3285ed0dd44c8817762c714e093475c0e..15a583746b4bb470dfee0c5e53ba2614f1daec73 100644 (file)
@@ -302,6 +302,7 @@ unique_ptr<NGHolder> buildMaskLhs(bool anchored, u32 prefix_len,
 
     assert(prefix_len);
     assert(mask.size() >= prefix_len);
+    /* just a comment to test something in the build */
     NFAVertex lpreds = anchored ? lhs->start : lhs->startDs;
 
     u32 m_idx = 0;