mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 01:41:51 +03:00
Rose: remove alignment req for anchored DFA state
This commit is contained in:
committed by
Matthew Barr
parent
060defe6c4
commit
28f379d738
@@ -74,7 +74,7 @@ void runAnchoredTableStream(const struct RoseEngine *t, const void *atable,
|
||||
goto next_nfa;
|
||||
}
|
||||
} else {
|
||||
if (!*(u16 *)state) {
|
||||
if (!unaligned_load_u16(state)) {
|
||||
goto next_nfa;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user