]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1677: memory access errors when calling setloclist() in autocommand v8.2.1677
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Sep 2020 20:21:22 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Sep 2020 20:21:22 +0000 (22:21 +0200)
commit4d170af0a9379da64d67dc3fa7cc7297956c6f52
treeeddc5d4efafaafd4e62e2181cf171f7bd387fdd4
parenta4224860a498eb870280130e00fe6f376b7a2e6b
patch 8.2.1677: memory access errors when calling setloclist() in autocommand

Problem:    Memory access errors when calling setloclist() in an autocommand.
Solution:   Give an error if the list was changed unexpectedly. (closes #6946)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c