Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-30 Fir de Conversatie Yegappan Lakshmanan
Hi Dominique, On Mon, Oct 15, 2018 at 4:42 AM Dominique Pellé wrote: > > Yegappan wrote: > > The attached patch fixes these crashes. > > Thanks. I tried your patch and it fixes the 2 cases I reported in this ticket. > > However, I have a bunch of cases found by afl-fuzz that crash vim. I assumed

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-20 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sat, Oct 20, 2018 at 11:54 AM Bram Moolenaar wrote: > > > > > > > > > Yegappan wrote: > > > > > > > > The attached patch fixes these crashes. > > > > > > > > Thanks. I tried your patch and it fixes the 2 cases I reported in this = > > ticket. > > > > > > > > However, I have a bunch

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-20 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Wed, Oct 17, 2018 at 11:26 PM Yegappan Lakshmanan > wrote: > > > > On Mon, Oct 15, 2018 at 4:42 AM Dominique Pell=C3=A9 > > wrote: > > > > > > Yegappan wrote: > > > > > > The attached patch fixes these crashes. > > > > > > Thanks. I tried your patch and it fixes the 2

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-20 Fir de Conversatie Yegappan Lakshmanan
Hi, On Wed, Oct 17, 2018 at 11:26 PM Yegappan Lakshmanan wrote: > > On Mon, Oct 15, 2018 at 4:42 AM Dominique Pellé > wrote: > > > > Yegappan wrote: > > > > The attached patch fixes these crashes. > > > > Thanks. I tried your patch and it fixes the 2 cases I reported in this > > ticket. > > >

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-18 Fir de Conversatie Yegappan Lakshmanan
Hi, On Mon, Oct 15, 2018 at 4:42 AM Dominique Pellé wrote: > > Yegappan wrote: > > The attached patch fixes these crashes. > > Thanks. I tried your patch and it fixes the 2 cases I reported in this ticket. > > However, I have a bunch of cases found by afl-fuzz that crash vim. I assumed > that >

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-16 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Mon, Oct 15, 2018 at 1:03 PM Bram Moolenaar wrote: > > Yegappan wrote: > > > > > On Sat, Oct 13, 2018 at 7:58 AM Yegappan Lakshmanan > > > > w= > > > > rote: > > > > > > > > > > On Sat, Oct 13, 2018 at 1:11 AM Dominique Pell=C3=A9 > > > > > wrote: > > > > > > > > > > > > Here is

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-15 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > > > On Sat, Oct 13, 2018 at 7:58 AM Yegappan Lakshmanan > > > w= > > > rote: > > > > > > > > On Sat, Oct 13, 2018 at 1:11 AM Dominique Pell=C3=A9 > > > > wrote: > > > > > > > > > > Here is another use of free memory also found by afl-fuzz > > > > > which may be related to

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-15 Fir de Conversatie Yegappan Lakshmanan
Hi Dominique, On Mon, Oct 15, 2018 at 4:42 AM Dominique Pellé wrote: > > Yegappan wrote: >> >> The attached patch fixes these crashes. >> > > Thanks. I tried your patch and it fixes the 2 cases I reported in this ticket. > Thanks for confirming the fixes. > > However, I have a bunch of cases

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-15 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sun, Oct 14, 2018 at 12:48 PM Bram Moolenaar wrote: > > Yegappan wrote: > > > On Sat, Oct 13, 2018 at 7:58 AM Yegappan Lakshmanan w= > > rote: > > > > > > On Sat, Oct 13, 2018 at 1:11 AM Dominique Pell=C3=A9 > > > wrote: > > > > > > > > Here is another use of free memory also found

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-14 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Sat, Oct 13, 2018 at 7:58 AM Yegappan Lakshmanan w= > rote: > > > > On Sat, Oct 13, 2018 at 1:11 AM Dominique Pell=C3=A9 > > wrote: > > > > > > Here is another use of free memory also found by afl-fuzz > > > which may be related to the previous one despite having > > > a

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-14 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Oct 13, 2018 at 7:58 AM Yegappan Lakshmanan wrote: > > On Sat, Oct 13, 2018 at 1:11 AM Dominique Pellé > wrote: > > > > Here is another use of free memory also found by afl-fuzz > > which may be related to the previous one despite having > > a different stack: > > > > Thanks for

Re: [vim/vim] Access to free memory with quickfix commands (#3538)

2018-10-13 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Oct 13, 2018 at 1:11 AM Dominique Pellé wrote: > > Here is another use of free memory also found by afl-fuzz > which may be related to the previous one despite having > a different stack: > Thanks for reporting these. I am able to reproduce the problem. I am trying to address this