Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Ken Takata
Hi, 2018/10/15 Mon 8:29:46 UTC+9 Ken Takata wrote: > Hi all, > > 2018/10/15 Mon 7:53:19 UTC+9 Cesar wrote: > > On 14/10/2018 02:48 p.m., Bram Moolenaar wrote: > > > > > > Cesar Romani wrote: > > >> > > >> Compiling on Windows 7 with MinGW, I get: > > >> > > >> > > >> [

[patch] Fix indents

2018-10-14 Fir de Conversatie Ken Takata
Hi, This is a small patch to fix some indents: --- a/src/os_win32.c +++ b/src/os_win32.c @@ -7691,9 +7691,9 @@ mch_setenv(char *var, char *value, int x #endif { _putenv((char *)envbuf); -# ifdef libintl_putenv +#ifdef libintl_putenv libintl_putenv((char *)envbuf); -# endif +

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Ken Takata
Hi all, 2018/10/15 Mon 7:53:19 UTC+9 Cesar wrote: > On 14/10/2018 02:48 p.m., Bram Moolenaar wrote: > > > > Cesar Romani wrote: > >> > >> Compiling on Windows 7 with MinGW, I get: > >> > >> > >> [...] > >> gcc -c -Iproto -DWIN32 [...] auto/if_perl.c -o gobjZi686/if_per

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Cesar Romani
On 14/10/2018 02:48 p.m., Bram Moolenaar wrote: > > Cesar Romani wrote: >> >> Compiling on Windows 7 with MinGW, I get: >> >> >> [...] >> gcc -c -Iproto -DWIN32 [...] auto/if_perl.c -o gobjZi686/if_perl.o >> if_perl.xs:38:10: fatal error: vim.h: No such file or directory >>

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Heptite
On Sunday, October 14, 2018 at 1:48:41 PM UTC-6, Bram Moolenaar wrote: > Cesar Romani wrote: > > gcc -c -Iproto -DWIN32 [...] auto/if_perl.c -o gobjZi686/if_perl.o > > if_perl.xs:38:10: fatal error: vim.h: No such file or directory > > #include "vim.h" > >^~~ > > compilation termi

Patch 8.1.0477

2018-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.0477 (after 8.1.0475) Problem:Tiny build fails. Solution: Add a dummy declaration for funccal_entry_T. Files: src/structs.h *** ../vim-8.1.0476/src/structs.h 2018-10-14 21:40:57.352848455 +0200 --- src/structs.h 2018-10-14 22:36:20.990582112 +0200 **

Patch 8.1.0476

2018-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.0476 Problem:Memory leaks in test_escaped_glob. Solution: Avoid failure when running the shell, use the sandbox. Files: src/testdir/test_escaped_glob.vim *** ../vim-8.1.0475/src/testdir/test_escaped_glob.vim 2017-12-07 22:05:10.0 +0100 --- src/testdir/test_escape

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > On 14/10/2018 09:25 a.m., Bram Moolenaar wrote: > > > > Patch 8.1.0474 > > Problem:Directory where if_perl.c is written is inconsistent. > > Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes #3540) > > Files: src/Make_bc5.mak, src/Make_cyg_

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 d

Patch 8.1.0475

2018-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.0475 Problem:Memory not freed on exit when quit in autocmd. Solution: Remember funccal stack when executing autocmd. Files: src/structs.h, src/userfunc.c, src/proto/userfunc.pro, src/fileio.c, src/eval.c, src/ex_cmds2.c, src/main.c *** ../vim-8.1.0474/src/struct

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Cesar Romani
On 14/10/2018 09:25 a.m., Bram Moolenaar wrote: > > Patch 8.1.0474 > Problem:Directory where if_perl.c is written is inconsistent. > Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes #3540) > Files: src/Make_bc5.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak Compiling o

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 repo

Patch 8.1.0474

2018-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.0474 Problem:Directory where if_perl.c is written is inconsistent. Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes #3540) Files: src/Make_bc5.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak *** ../vim-8.1.0473/src/Make_bc5.mak2016-07-19 13:50:35.0