]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
ng: ensure that only match states have reports
authorJustin Viiret <justin.viiret@intel.com>
Mon, 18 Jul 2016 02:41:31 +0000 (12:41 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 10 Aug 2016 05:05:23 +0000 (15:05 +1000)
commit4ce268af47aa74f8dcd0ce50eb06646af2d208b5
tree995fb837a0d7ee0f1d879b0e0628f0570eaf7131
parent3d9a60d0234a8636834c8348fff0b09a0d98efaa
ng: ensure that only match states have reports

Ensure (and assert) that vertices without an edge to {accept, acceptEod}
do not have reports set.
src/nfagraph/ng.cpp
src/nfagraph/ng_asserts.cpp
src/nfagraph/ng_calc_components.cpp
src/nfagraph/ng_limex.cpp
src/nfagraph/ng_rose.cpp
src/nfagraph/ng_util.cpp
src/nfagraph/ng_util.h
unit/internal/lbr.cpp
unit/internal/limex_nfa.cpp
unit/internal/nfagraph_repeat.cpp