[bug] use of free memory, regression introduced by Vim-7.4.1980

2016-11-12 Fir de Conversatie Dominique Pellé
Hi afl-fuzz found another case which causes use of free memory in vim-8.0.82 and older. Steps to reproduce it: $ cat >use-free-mem.vim < vg.log vg.log contains: ==17976== Memcheck, a memory error detector ==17976== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==17976==

[bug] use of free memory in win_getid(...)

2016-11-12 Fir de Conversatie Dominique Pellé
Hi afl-fuzz found this case which causes vim-8.0.81 and older to use free memory: $ cat >use-free-mem.vim < vg.log And vg.log contains: ==11501== Memcheck, a memory error detector ==11501== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==11501== Using Valgrind-3.12.0.SVN and

Patch 8.0.0081

2016-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0081 Problem:Inconsistent function names. Solution: Rename do_cscope to ex_cscope. Clean up comments. Files: src/ex_cmds.h, src/if_cscope.c, src/ex_docmd.c, src/proto/if_cscope.pro *** ../vim-8.0.0080/src/ex_cmds.h 2016-09-20 21:39:11.354199194 +0200 ---

Re: Patch 8.0.0077

2016-11-12 Fir de Conversatie Bram Moolenaar
Ozaki Kiichi wrote: > Test failed on osx. There is no 'xvfb'. > https://travis-ci.org/vim/vim/builds/175188779 > > We need skip xvfb on osx. > https://gist.github.com/ichizok/a5ca247d8150b22af81d1f29e43b798a Thanks, I also noticed it and fixed it. -- hundred-and-one symptoms of being an

Patch 8.0.0080

2016-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0080 Problem:The OS X build fails on Travis. Solution: Skip the virtual framebuffer on OS X. Files: .travis.yml *** ../vim-8.0.0079/.travis.yml 2016-11-11 21:57:42.339822540 +0100 --- .travis.yml 2016-11-12 18:30:23.331789362 +0100 *** *** 32,42

Patch 8.0.0079

2016-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0079 Problem:Accessing freed memory in quickfix. (Domenique Pelle) Solution: Do not free the current list when adding to it. Files: src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.0.0078/src/quickfix.c 2016-11-12 15:36:50.284076568 +0100 --- src/quickfix.c

Patch 8.0.0078

2016-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0078 Problem:Accessing freed memory in quickfix. Solution: Reset pointer when freeing 'errorformat'. (Domenique Pelle) Files: src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.0.0077/src/quickfix.c 2016-11-10 20:01:41.197582893 +0100 --- src/quickfix.c

Re: [vim/vim] an action help language CTRL-] in tag.c fixed (#1249)

2016-11-12 Fir de Conversatie h_east
Hi Tatsuki, 2016-11-12(Sat) 16:49:47 UTC+9 Tatsuki: > When I set translated help(for example: set helplang=ja,en in .vimrc), open > translated help and press CTRL-], Vim opens help in translated help, but open > English help and press CTRL-], Vim opens translated help. > > I'd like vim to open

Re: Patch 8.0.0077

2016-11-12 Fir de Conversatie Ozaki Kiichi
Test failed on osx. There is no 'xvfb'. https://travis-ci.org/vim/vim/builds/175188779 We need skip xvfb on osx. https://gist.github.com/ichizok/a5ca247d8150b22af81d1f29e43b798a -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are