diff --git a/src/nfa/mcclellancompile.cpp b/src/nfa/mcclellancompile.cpp index d705ddf9..8e3a744c 100644 --- a/src/nfa/mcclellancompile.cpp +++ b/src/nfa/mcclellancompile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Intel Corporation + * Copyright (c) 2015-2018, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -760,7 +760,7 @@ bytecode_ptr mcclellanCompile8(dfa_info &info, const CompileContext &cc, return nfa; } -#define MAX_SHERMAN_LIST_LEN 8 +#define MAX_SHERMAN_LIST_LEN 9 static void addIfEarlier(flat_set &dest, dstate_id_t candidate,