issues
search
ostafen
/
smart
String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4
stars
2
forks
source link
FIX buffer overflow in MS algorithm.
#51
Closed
nishihatapalmer
closed
1 year ago
nishihatapalmer
commented
1 year ago
was scanning past the end of the pattern.
fix is to use < m, not <= m.