Hi,
When generating a spell file using the ":mkspell" command,
I am running into a heap buffer overflow (with the ASAN build):
To reproduce this problem, save the following content to
a file (x.vim):
-------------------------------------------------------------------------------------
call writefile(['1', 'work'], 'Xtest.dic')
call writefile(['SOFOFROM abcd', 'SOFOTO ABCD', 'SAL CIA X'], 'Xtest.aff')
mkspell! Xtest.spl Xtest
-------------------------------------------------------------------------------------
Now run the command "vim --clean -N -u NONE -i NONE -S x.vim"
- Yegappan