In line 869: offset = i + 1 - strlen (match);
offset can become -1, which leads to an illegale memory write to matchrepl[-1] further down. The problem appears when I use a Turkish dictionary, and the error may caused by bad data in the dictionary hyph_tr.dic from https://github.com/Slyneth/hunspell-hyphenation-turkish
This commit is contained in:
parent
73dd2967c8
commit
c585451974
Loading…
Reference in New Issue