Re: [patch] fixed invalid memory access in regex_nfa.c with invalid utf8

2015-04-25 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Vim-7.4.711 accesses invalid memory with this command: > > $ vim -E -u NONE -c 'call search(getline("."))' crash-2 > > ... where "crash-2" is the attached file (12 bytes). > > Symptoms look similar to the bug fixed in Vim-7.4.704, > but it is a different bug with a differe

[patch] fixed invalid memory access in regex_nfa.c with invalid utf8

2015-04-21 Fir de Conversatie Dominique Pellé
Hi Vim-7.4.711 accesses invalid memory with this command: $ vim -E -u NONE -c 'call search(getline("."))' crash-2 ... where "crash-2" is the attached file (12 bytes). Symptoms look similar to the bug fixed in Vim-7.4.704, but it is a different bug with a different stack reported by the addres